simple wiki system, written in Flask
Find a file
2021-12-24 17:56:38 +01:00
extensions Adding some extensions and appearance improvements. 2021-10-06 22:48:14 +02:00
static Add firstHeading styles 2021-12-24 17:56:38 +01:00
templates Add firstHeading styles 2021-12-24 17:56:38 +01:00
.gitignore Add sync support 2021-08-03 11:41:18 +02:00
app.py Add firstHeading styles 2021-12-24 17:56:38 +01:00
app_sync.py Adding some extensions and appearance improvements. 2021-10-06 22:48:14 +02:00
CHANGELOG.md Enable light/dark switch without JS 2021-02-23 23:54:29 +01:00
favicon.ico Change favicon tone 2021-03-12 12:16:10 +01:00
LICENSE initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00
README.md Enable light/dark switch without JS 2021-02-23 23:54:29 +01:00
robots.txt initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00
strings.csv Adding some extensions and appearance improvements. 2021-10-06 22:48:14 +02:00

Salvi

Salvi is a simple wiki-like note-taking web application, written in Python using Flask framework.

Warning: Salvi is designed for personal, individual use. It may not be suitable as a community or team knowledge base.

Features

  • Write notes on the go, using Markdown syntax
  • Any note can have its own URL
  • Revision history
  • Stored in SQLite databases
  • Material Icons
  • Light/dark theme
  • Works fine even with JavaScript disabled.

Requirements

  • Python 3.6+.
  • Flask web framework.
  • Peewee ORM.

Caveats

  • All pages created are, as of now, viewable and editable by anyone, with no trace of users and/or passwords.

License

MIT License.