Selfhosting questions

Hi, i am looking for a selfhostable webbased obsidian alternative and this looks nice, i wanted to ask

  • is there an uptodate docker image? I’ve found a view but theyre all some years old and unupdated
  • is there a way to save all notes as local markdown/text files on the machine? I am not really interested in the one file blob for my purposes
  • is there a way to ‘extrude’ a selection from a larger note into it’s own note, as in obsidian’s ‘extract’ function?
  • is it possible to import existing markdown notes from my PC?
  • is it possible to have a hierarchical folder view? messing around with the empty html i feel like anything i write gets lost and the infinitely expanding ‘river’ view stresses me out. I would prefer to just be able to browse my notes like pc files as in obsidian and other programs.
  • and finally, is there a better text editor interface? as it is i feel like on the default having to hit the ‘finish editing’ button every time with no keyboard shortcut is pretty clunky. Just being able to save and exit editibg mode with a key would be enough for me.

Thanks for any help

  • al

In the tiddler editor toolbar, there is an “excise the selected text into a new tiddler” button image, which is assigned ctrl-E keyboard shortcut.

When the input focus is in any tiddler editor input field, you can use ctrl-enter to “save and exit”

enjoy,
-e

1 Like

There is a docker related pull request in GitHub - https://github.com/TiddlyWiki/TiddlyWiki5/pull/9753

If this gets merged, maybe it can solve your problem.

Here is a howto for running Tiddlywiki on node js using docker. TiddlyWiki v5.4.0-prerelease — a non-linear personal web notebook

This can be achieved using the node js way of using tiddlywiki. This tiddlywiki-app was the easiest way of using node js tiddlywiki.

there is an excise button in the editor toolbar which can do this

do you meant something like in this screenshot

If yes, you can use the toc macro for creating hierarchy

1 Like

thank you both for the detailed answers :slight_smile: all very helpful. i will look into getting this all setup next weekend or so.

Just dropping in again to say I spun up the docker container and wow do I like this software :0 works wonderfully, especially impressed at how transclusion works. I think this’ll be really helpful for studying (am a bsc uni undergrad) and just general organization. big big fan <3