Tag-addressed Rust wiki engine.
Go to file
Dawid Ciężarkiewicz 440a0d1601
`g j` and `g k` for an easy top, bottom jump
2020-09-05 23:23:48 -07:00
.github Initial commit: template 2020-03-13 20:07:38 -07:00
ci Initial commit: template 2020-03-13 20:07:38 -07:00
docs Add more help pages 2020-05-15 23:59:20 -07:00
resources `g j` and `g k` for an easy top, bottom jump 2020-09-05 23:23:48 -07:00
src Update `digest` 2020-09-05 22:49:44 -07:00
.gitignore Initial commit: template 2020-03-13 20:07:38 -07:00
.travis.yml Better support for journal-like usage. 2020-05-14 18:29:40 -07:00
Cargo.lock Update `digest` 2020-09-05 22:49:44 -07:00
Cargo.toml Update `digest` 2020-09-05 22:49:44 -07:00
LICENSE-APACHE Initial commit: template 2020-03-13 20:07:38 -07:00
LICENSE-MIT Initial commit: template 2020-03-13 20:07:38 -07:00
LICENSE-MPL2 Initial commit: template 2020-03-13 20:07:38 -07:00
README.md Update README.md 2020-05-27 14:25:36 -07:00
rustfmt.toml Initial commit: template 2020-03-13 20:07:38 -07:00

README.md

Travis CI Build Status crates.io #rust matrix channel rust-lang gitter channel

Tagwiki

Tagwiki is a wiki in which you link to pages by specifing hashtags they contain.

Example: /tagwiki/help link will lead to all pages that contain both #tagwiki and #help.

This allows effortless and self-structuring organization and editing experience, as the page collection grows and evolves.

My use-case

I just need a personal wiki, that I can throw random things into, that I don't have to pre-plan or carefully maintain.

User facing features and design goals

  • browser-based UI,
  • uses Markdown for content,
  • brutally simple,
  • fast,
  • excellent support for keyboard navigation,
  • keeps pages as markdown files in a directory,
  • convenient logs/journals/note taking

How it looks

tagwiki screenshot

Under the hood

  • Rust, async/await

Feature ideas:

  • support public-facing setups (authentication, permissions, and so on)

Installing & running

Like any Rust program. cargo install --git https://github.com/dpc/tagwiki.

To run tagwiki <markdown_files_directory>

See docs directory for more user-documentation. Pages inside it are tagwiki content, so you can use tagwiki ./docs to try things out.