Releases: xvxx/deadwiki
v0.1.17
This release adds support for #hashtags! Very simple: any #hashtag in wiki content will get turned into a link that takes you to a search page. The search page will display all the wiki pages that include the hashtag.
Nothing fancy like searching for more than one hashtag at a time. Just the basics. Enjoy!
v0.1.16
Another small UI tweak: when the default page is empty, it gives you a hint about what it's for.
v0.1.15
v0.1.14
This release includes new keyboard shortcuts for browsing around the wiki:
Ctrl-h
: Go to home pageCtrl-e
: Open edit mode for the current wiki pageCtrl-n
: Go to "create new wiki page" page
You can also double click on a wiki page to enter edit or create mode.
Enjoy!
v0.1.13
0.1.13
-
First release with a working GUI mode. Launch it by compiling with the
gui
feature and running deadwiki with-g
:cargo run --features gui -- -g
If you don't pass a path to a wiki it'll pop up a "find directory" dialog. Point to your wiki and get crackin!
Eventually this will (probably) be a menu bar application for macOS and Linux.