
MD Tag Notes
Original
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/md2222/mdtagnotes
MD Tag Notes one more program for text notes. Keeping it simple... For fast work and minimum size. Notes are grouped by tags. Note may have multiple tags. Sqlite is used to store data.
3.3.2 - Fixed fault on delete notebook and minor fixes.
3.3.1 - Tabs. First tab is default, others are pinned. The tab have context menu.
2.3.2 - With DB encryption option. It may be less reliable. NO WARRANTY! See the license of QtCipherSqlitePlugin (https://github.com/devbean/QtCipherSqlitePlugin). I used the default settings. As I understand it is ChaCha20 with Poly1305 MAC, PBKDF2 with SHA256 (64007 iterations). Encryption commands are in notebooks context menu.
1.3.12 - ... Setting for use native file dialogs. Default directory for db-files changed to ".config".
0.3.9 - Can remember note scroll bar position in a session. Minor fixes.
0.3.7 - History and bookmarks
Using portable mode:
# Make program executable
chmod +x mdtagnotes-3.3.2-x86_64.AppImage
or check this in the file Properties
# Create a directory with the same name as the AppImage plus the ".home" extension in the same directory as the AppImage
mkdir mdtagnotes-3.3.2-x86_64.AppImage.home
# Run program
./mdtagnotes-3.3.2-x86_64.AppImage
You can extract the contents of an AppImage and use the program as you need.
./mdtagnotes-3.3.2-x86_64.AppImage --appimage-extract
Please login or register to add a comment