Add Search ability

This commit is contained in:
Miguel Jacq 2025-11-01 17:44:23 +11:00
parent 72862f9a4f
commit 53e99af912
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
9 changed files with 224 additions and 9 deletions

View file

@ -20,16 +20,15 @@ There is deliberately no network connectivity or syncing intended.
## Features
* Every 'page' is linked to the calendar day
* Basic markdown
* Text is HTML with basic styling
* Search
* Automatic periodic saving (or explicitly save)
* Navigating from one day to the next automatically saves
* Basic keyboard shortcuts
* Transparent integrity checking of the database when it opens
* Rekey the database (change the password)
## Yet to do
* Search
* Taxonomy/tagging
* Export to other formats (plaintext, json, sql etc)
@ -47,7 +46,7 @@ There is deliberately no network connectivity or syncing intended.
* Download the whl and run it
### From PyPi
### From PyPi/pip
* `pip install bouquin`