swestdijk

Results 9 comments of swestdijk

Are you using the print_columns mode? For that options i can reproduce the error, or crashes it also in other situations?

I have made a version with the export tags function. You can this version here: https://github.com/swestdijk/nvpy/tree/iss54. Enabling this is through the export_tags = 1 in your .nvpy.cfg. Tags are exported...

Please could you start nvpy from the commandline (python nvpy.py). if the saving loop kicks in, look at the commandline for errors and please paste them back here.

Can you confirm that there is no \r on the first line in the note. Since you are on windows it's maybe a line separator issue ( carriage return (CR)...

This is very strange; the first line of a note will be the file name of the text note. I don't see any relation between "#done" and "11_15_2012\r.txt". Have you...

@habi: Can you look into the nvpy.log file if the notes where detected as new. Then there is some message like 'New text note found .......'. This is the only...

@habi: Please backup your textnote folder, remove the content from the .nvpy and the textnote folder and start again. You need to empty both folders. It looks like things are...

I created a test version at https://github.com/swestdijk/nvpy which create a note from the clipboard. Taking the first 30 characters as the title. Shortcut == Control-p. This a simple copy action,...

I updated the code at https://github.com/swestdijk/nvpy. On Solaris and linux (ubuntu) only selecting text and hitting Ctrl-p in nvpy is enough, on windows Ctrl-C is still needed