N0ury
N0ury
It's possible, but you must know the key. The key is the name of the json file without the extension. All notes are stored as individual file named xxxxx.json. xxxxx...
To find the key, you can run sncli, then select the note you want, and type 'O' to show the note raw json. The key is displayed there.
Le 2022-05-29 07:45, Andrés Martinelli a écrit : > Hello. Is there a way to open a note in editor?? > this command > `sncli -k a67e0325eb5b4e7790719fc0b22b99d1` > opens it...
But it works fine on WSL
In simplenote_cli/simplenote.py I have seen the method delete_note but it doesn't seem to be used. Currently, when I need to empty trash I do it using Simplenote app.
Thanks, very good idea. I’m a little bit busy, and I’ll be on leave this week. I’ll try to have a look at your changes next week Noury > Le...
@kwhitefoot You haven’t missed anything. The app doesn’t create any folder on the IMAP server side, only locally. "Notes" folder is assumed to be existing. It is looked for in...
It compiles with the following error: > :ImapNote2:lintVitalRelease > /Users/nb/Dropbox/dev/android/adt/ImapNote2/ImapNote2/src/main/java/com/Pau/ImapNotes2/Sync/StubProvider.java:16: Error: This class should be public (com.Pau.ImapNotes2.Sync.StubProvider) [Instantiatable] > class StubProvider extends ContentProvider { > ~~~~~~~~~~~~ > > Explanation for...
Hi Stephan, I just tried it and it seems to work fine. You just have to put minSdkVersion="15" in AndroidManifest.xml and change SdkVersion from 16 to 15 in ImapNote2/build.gradle. If...
@dicer thanks for reporting this issue. I'll have a look at it. - Does this happen only when open notes created via an email program? - What kind of server...