--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5b9cf21a-d147-4e31-b635-f6c7939b517f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Mon, May 15, 2017 at 7:45 AM, Arlen Beiler <arle...@gmail.com> wrote:
I should add that you need to do a bit of coding for both.
On May 15, 2017 07:44, "Arlen Beiler" <arle...@gmail.com> wrote:
Yes, you can run TiddlyWiki 5 on electron. I have done it with both HTML files and the NodeJS code that can be downloaded from NPM or GitHub. It is fairly easy and works well.
On May 15, 2017 06:25, "PMario" <pmar...@gmail.com> wrote:
Hi Dave,--
TiddlyDesktop is a very similar project, but using a different framework [1] https://nwjs.io/ . ... The problem with apps like this is, that users start to demand functionality, that they are used from standard web browsers... Jeremy clearly stated, that he doesn't want to go that route, which is very understandable.
Electron is a framework, with a different approach. Electron [2] emerged out of the Atom [3] text editor project, which, i think, was launched by github, at a later date than nwjs.
The cool thing about Electron is its multi platform approach. So you can build macOs, Linux and Windows apps, with just one build source. ... That doesn't mean, that everything is easy, but it means its possible, with the right resources. ...
There are actually several Electron apps, where users, don't even recognize the difference to native apps. ... For more about this, see the electron homepage.
BETA - BETA - BETA
There is a cool project, that I'm watching since some time now. ... Actually Jeremy pointed me in that direction, in connection to the DAT project [4]. ...
The beaker browser [5]. It is only available for macOS at the moment. Linux binaries (that I play with) have to be built from source. Windows builds don't work yet.
This browser exposes a file API, that can be used by TiddlyWiki to save itself. ... Jeremy implemented a file saver module in the version 5.1.14, which is very promising. ...
Since the whole stuff is still in beta status, there are a lot of changes going on, in the whole stack. So with the upcoming beaker version [6] v0.7.0, it seems, we need to modify the TW module a bit. ... more investigations needed!
If you have a closer look at the DAT project, you'll see it would be a very nice fit for the TiddlyWiki community. ..
just some thoughts
have fun!
mario
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
TiddlyDesktop is a very similar project, but using a different framework [1] https://nwjs.io/ . ... The problem with apps like this is, that users start to demand functionality, that they are used from standard web browsers... Jeremy clearly stated, that he doesn't want to go that route, which is very understandable.
Hello Arlen,by chance do you have an example using the nodejs version of TiddlyWiki? I was trying to do that a couple of days ago but I would get an initialization error (a null path during boot) when loading the TW from an electron window.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/97b4c851-56f3-4060-aa7d-7f933444de93n%40googlegroups.com.