nvpy
nvpy copied to clipboard
Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
nvPY has provided prebuilt binaries (`nvpy-windows.zip`) for a few years ago. It contains nvPY source code, Python interpreter, and required libraries. But the About dialog only displays the nvPY license....
The nvPY crashed when typing the keyboard and operating the mouse quickly. ``` 2024-03-31 16:52:03,412 - ERROR - Traceback (most recent call last): File "/usr/lib/python3.11/tkinter/__init__.py", line 1967, in __call__ return...
Dear contributors: I use **nvpy** on Windows for some days, this application is so great. It is clean and simple to type text! I think the right click menu is...
Hi, This is regarding "URL with list of text files for syncing/pull" I have a web-site URL where there are Only huge list of text files is stored. Is it...
As soon as I start to type anything or remove any characters in the search box. It starts searching immediately and nvpy freezes for up to 30s with the rest...
Additions: 1. an option in the config file to set file suffix for locally saved text files (by default .txt but user may want to use .md or .mkdn instead)...
I succesfully installed nvpy on windows like this: - in powershell, type `python`, this prompts you to install python 3.8 in the windows store - install nvpy with `pip install...
I installed nvpy on Windows 10, after RespophNotes stopped being able to connect to SimpleNote. I started it, it downloaded a lot of my notes, and then it exited saying...
Add a class which relies on an sqlite full text search table rather than on json files for notes storage, and a configuration option to switch between the two. The...
The notes list refreshing process takes long time when many notes are listed. In particular, very slow-down in windows environment. TODO: measures performance.