mwfogleman / tid-mode

tid-mode is an Emacs major mode for editing TiddlyWiki5 .tid files.
24 stars 8 forks source link

tid-mode is an Emacs major mode for editing TiddlyWiki5 .tid files.

Functionality

Usage

Right now, you need to copy tid-mode.el to a local folder, load and require it. Here's how I'm doing that:

(load (expand-file-name
        (concat user-emacs-directory "site-lisp/tid-mode/tid-mode.el")))
(require 'tid-mode)

Roadmap

While tid-mode.el's basic functionality accomplishes everything I originally desired from a TiddlyWiki mode, it could absolutely do more. Here are some ideas that could be implemented in the future:

Contributing

If you are using TiddlyWiki and Emacs, I welcome suggestions, pull requests, and the like.