sciter-sdk icon indicating copy to clipboard operation
sciter-sdk copied to clipboard

Sciter Notes: impossible to delete note

Open ngirard opened this issue 6 years ago • 2 comments

There doesn't seem to be a way of deleting a note once it's created.

My environment:

  • Ubuntu 18.10
  • Sciter Notes 4.2.7.3

ngirard avatar Apr 05 '19 19:04 ngirard

To delete note - assign it to "deleted notes book".

Then, on the next start of application, that book will be cleared removing all deleted items.

That last part (purging items of deleted notes book): https://github.com/c-smile/sciter-sdk/blob/master/notes/res/main.tis#L183

Is commented out at the moment (seems like I forgot to uncoment it after some experiments). Will fix it for then next build.

c-smile avatar Apr 06 '19 16:04 c-smile

Thanks for your explanation.

I searched for a way of making it available to Sciter Notes' users ; and ended up putting it into a new documentation file named notes.htm (PR #118). Hope it suits you.

ngirard avatar Apr 06 '19 22:04 ngirard