Add option to specify a different config file; update README and CHANGELOG
This commit is contained in:
parent
249fdad1bc
commit
43a7be95f8
3 changed files with 48 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ suitable as a community or team knowledge base.
|
|||
+ Write notes on the go, using Markdown syntax
|
||||
+ Any note can have its own URL
|
||||
+ Revision history
|
||||
+ Stored in SQLite databases
|
||||
+ Stored in SQLite/MySQL databases
|
||||
+ Material Icons
|
||||
+ Light/dark theme
|
||||
+ Works fine even with JavaScript disabled.
|
||||
|
|
@ -19,9 +19,13 @@ suitable as a community or team knowledge base.
|
|||
## Requirements
|
||||
|
||||
+ **Python** 3.6+.
|
||||
+ **Flask** web framework.
|
||||
+ **Flask** web framework (and Flask-Login / Flask-WTF extensions).
|
||||
+ **Peewee** ORM.
|
||||
|
||||
### Optional requirements
|
||||
|
||||
* **Markdown-KaTeX** if you want to display math inside pages.
|
||||
|
||||
## Caveats
|
||||
|
||||
+ All pages created are, as of now, viewable and editable by anyone, with no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue