add app config and settings generator

This commit is contained in:
nahakubuilde
2025-06-22 09:42:31 +01:00
parent e3e775a693
commit 4b73367544
12 changed files with 710 additions and 59 deletions
+6
View File
@@ -0,0 +1,6 @@
# Flask application to view Obsidian notes in web browser
- just point the location of your folder with `.md` notes to app with `NOTES_DIR`
## Configuration
This app uses a `settings.ini` file for configuration. On first run, it will be created automatically if missing, and any missing values will be filled in with defaults.