cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

do not leave note while editing #156

Closed weaselbox closed 5 years ago

weaselbox commented 6 years ago

While attempting to fix some notes where characters like < > & etc are displayed as html entities (I swear I've seen that issue mentioned here but can't find it now), I've encountered a problem with nvpy suddenly booting me out of the note I was editing before I can complete the replacement.

Steps: search for <

find < in note, start backspacing out < (selecting the whole search term seems impossible)

suddenly the note disappears (presumably because it no longer contains the search string) and you're who knows where.

yuuki0xff commented 5 years ago

This issue was caused by broken change of legacy simplenote api last year. See #157 Currently, nvpy has been switched to simperium api, so this problem was solved.