Mikki

Visit Mikki

Mikki icon

Mikki is an assembler wiki created in SvelteKit, to provide a nice and easy way for my class mates to write down all the things we are learning in our Assembler class. Special features are the Tauri Desktop App and the auto caching system.

Features

  • Interpret and create Markdown files
  • Create, edit and delete wiki entries
  • Creating chache of entries when there is no internet access
  • Autocaching
  • Cache indicator in header (under title)
  • Log about all changes to the wiki
  • Login system with different permissions via a bot
  • extremely fast and small desktop app with Tauri

Difficulties

Interpreting markdown files was difficult to setup at first, but now it's working like a charm.

We used svelte-markdown as a solution and got it to work with our database.

Try it!