You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
README.org | 11 months ago | |
tiddler-mode.el | 4 months ago |
README.org
README
About
A major mode for viewing Tiddlywiki tiddlers. Right now it's just some colors and formatting.
Check out Tiddlywiki, it's great! https://tiddlywiki.com/
Also: I'm very new to emacs and this is my first experiment with elisp. I'm sure my code is wacky!
Requirements
- Emacs
- Olivetti - https://opensourcelibs.com/lib/olivetti
Here's how I'm using it:
- The file
tiddler-mode.el
is at~/tiddler-mode.el/tiddler-mode.el
- It's symbolically linked to inside my
~/.emacs.d/
directory (cd ~/.emacs.d/ && ln -s ~/tiddler-mode.el/tiddler-mode.el .
) - in my
~/.doom.d/config.el
I do this:(load "~/.emacs.d/tiddler-mode.el")
- When opening a file with a
.tid
extension, this mode should be enabled and your tiddlers should look a little prettier :-)