pervane
pervane copied to clipboard
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Hello, I have installed `pervane` through pip and executed it for the first time as follows: ```bash $ pervane --mode=init ``` Based on [this section](https://github.com/hakanu/pervane/wiki/Install-&-Run-instructions), I was expecting to be...
Implements a proof of concept to allow reading and writing of encrypted files (#99). * Supports ZIP AES256 (should read AES128) compatible with WinZIP and 7z so the encrypted files...
Not ready for a PR yet, jotting down notes on installing/running Mervane on Microsoft Windows (10). Also see #148 ## pip problem pip install may not work unless a C...
Loading files will fail with an exception that's visible in the server log but not to the end user in the browser. If the web browser debug console is opened...
I had an issue trying to wrap AtomicFile, as it does not honor flush() calls (errors with `AttributeError: 'AtomicFile' object has no attribute 'flush'`). I went to check https://github.com/sashka/atomicfile-py and...
- this should work per user - User should be able to set a master password in settings but this setting should not be saved into localstorage. Maybe it can...
One implementation may be like: 1. Add a button in tab view after opening the note with a name "Rename" 1. Open a rename modal 1. Take new name from...