simple wiki system, written in Flask
Find a file
2021-03-15 22:11:10 +01:00
extensions initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00
static Add JS page info 2021-03-14 22:50:49 +01:00
templates Change titlebar text when page title is known 2021-03-15 22:11:10 +01:00
.gitignore initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00
app.py Add JS page info 2021-03-14 22:50:49 +01: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 initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01: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.