Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Releases: xvxx/deadwiki

v0.1.17

29 May 23:42
Compare
Choose a tag to compare
v0.1.17 Pre-release
Pre-release

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

27 May 23:57
Compare
Choose a tag to compare
v0.1.16 Pre-release
Pre-release

Another small UI tweak: when the default page is empty, it gives you a hint about what it's for.

v0.1.15

27 May 00:03
Compare
Choose a tag to compare
v0.1.15 Pre-release
Pre-release

This release adds a slight UI tweak - wiki pages in subdirectories are
now swaddled in <details>:

details

v0.1.14

26 May 23:37
Compare
Choose a tag to compare
v0.1.14 Pre-release
Pre-release

This release includes new keyboard shortcuts for browsing around the wiki:

  • Ctrl-h: Go to home page
  • Ctrl-e: Open edit mode for the current wiki page
  • Ctrl-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

17 May 17:33
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release

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.