Merge branch 'master' of https://gitea.squi.fr/Python/squi_notes
This commit is contained in:
commit
176948f871
10
README.md
10
README.md
@ -1,11 +1,17 @@
|
||||
# squip_notes
|
||||
|
||||
This is a *very* basic notes-taking program. It uses python with flask and pickle, to give a really light and simple web interface for note taking.
|
||||
This is a basic notes-taking program. It uses python with flask and pickle, to give a really light and simple web interface for note taking.
|
||||
|
||||
It uses the [dracula](https://github.com/dracula/dracula-theme) colors.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
# Features
|
||||
* No accounts : this is made to be used as a single page (you can't have multiple user accounts). This is best suited as a personnal, self-hosted application in your own network (or it could also work for a work team).
|
||||
* Simplicity: Simply get on the page and start writing. The notes syntax is markdown.
|
||||
* Themes : As for now, there is a default dark theme (dracula), and an optionnal light theme (loosely based on solarized light). They can be selected via the interface.
|
||||
|
||||
# Themes (adding your own)
|
||||
All themes are in src/static/styles. They are the .css files. If you want to add your own, simply copy one of the existing files to a new one, named after the others. The numbers in the css file names determine the priority (make yours priority 0 to have it be the default).
|
||||
|
||||
|
BIN
squipnotes.png
BIN
squipnotes.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
BIN
ssdark.png
Normal file
BIN
ssdark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
sslight.png
Normal file
BIN
sslight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user