This repository has been archived on 2025-05-28. You can view files and clone it, but cannot push or open issues or pull requests.

Welcome

This repository contains a template folder to start a fresh TiddlyWiki already containing my favorite plugins and settings.

Bonus point: I added a service file to enable a reboot proof server
(do not forget to modify it to match your current username and folder structure)

📝 Notes

sudo loginctl enable-linger <current user>

mkdir -p ~/.config/systemd/user
cp TiddlyWiki-template.service ~/.config/systemd/user/

systemctl --user enable TiddlyWiki-template.service
systemctl --user daemon-reload
systemctl --user start TiddlyWiki-template.service
Description
This is my personnal template for creating new Node.js based TiddlyWikis.
Readme 580 KiB
Languages
CSS 100%