Arlen22 / TiddlyServer

v2 - A static file server that can also save files and mount TiddlyWiki folders
https://arlen22.github.io/tiddlyserver/
MIT License
257 stars 36 forks source link

Workng examples or repositories #132

Open anthrolisp opened 1 year ago

anthrolisp commented 1 year ago

Are there any working examples or repositories that one could download or clone to get started with?

Arlen22 commented 1 year ago

Here's a link to the docs: https://arlen22.github.io/tiddlyserver/docs/gettingstarted

MagicJF commented 1 year ago

Hello everyone,

I am looking for some guidance regarding editing tiddlers on my iPhone. I would like to have a similar behavior as Notion, where any edited HTML is automatically synced across all devices and users who have access to the page.

This TiddlyServer seems promising, ¿Am I in the right direction?

Advise on whether this is possible or any suggestions on how to achieve it would be appreciated.

Thank you.

Arlen22 commented 1 year ago

The only thing TiddlyServer does is run multiple data folders on the same server similar to how you would run a php application or something like that. The feature you're describing would be implemented as a plugin in Tiddlywiki itself so best to ask on the TiddlyWiki support channels.

wolfsprite commented 1 year ago

https://github.com/OokTech/TW5-Bob

this might help

Arlen22 commented 1 year ago

Bob isn't compatible with TiddlyServer, as it accomplishes a similiar thing in a very different way, however it does include a lot of additional features so it may be a useful alternative. Because TiddlyServer is focused on being as transparent as possible to your typical datafolder, it does not add any additional features directly to folders it loads, although it does provide a few features which TiddlyWiki may make use of.