Best method to start tiddlywiki automatically on Ubuntu 20.04 #5779
Unanswered
ubuntupunk
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Check your ~/mywiki folder. There should be a file tiddlywiki.info. Make sure plugins tiddlywiki/filesystem and tiddlywiki/tiddlyweb are listed in this file. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can try https://github.com/tiddly-gittly/TiddlyGit-Desktop , it have an option to start on startup. And it runs nodejs wiki. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I start tiddlywiki as a systemd service, it has issues with saving. I have a bash script in /usr/local/bin
#!/bin/bash
tiddlywiki ~/mywiki --listen
Instead of saving, the wiki downloads itself to downloads. I can't install themes it seems.
What is the best method to call tiddlywiki automatically upon login on Ubuntu?
Beta Was this translation helpful? Give feedback.
All reactions