Jendrik Seipp
Jendrik Seipp
*Original comment by* **paytonturnage-deactivatedaccount** (2012-12-13T14:27:49Z): ---------------------------------------- What about a backup cycle? In Adobe After effects the autosave feature alternates around 5 incremental backups. In this it would mean having (maybe...
*Original comment by* **jendrikseipp** (2015-01-03T19:46:40Z): ---------------------------------------- I found the time to implement transactional saving as dolgener suggested. The new file is written to a temporary location and only if writing...
*Original comment by* **dolgener** (2015-05-12T09:20:49Z): ---------------------------------------- Seems to reduce the data loss risk. However, if you work on multiple activities (KDE) or Desktops and unintendedly get rednotbook runnig twice, editing...
Even with the transactional saving data loss is possible if the application writes garbage (as is apparently sometimes the case: https://answers.launchpad.net/rednotebook/+question/675433). RedNotebook should therefore try to read the written output...
Thanks for the patch and the detailed description! I agree that points 1 and 2 would be good to have, but I think point 3 doesn't warrant the extra code...
@ruhugu I'm planning to format the RedNotebook source code with black. This would mean you'll have to format your patched version with black as well, complicating things a bit. Or...
Hi @idle-code, the tags pane is deprecated. Ideally, I think we should set showTagsPane to 1 if and only if the opened journal contains (non-hashtag) tags.
Does this issue still happen in the newest RedNotebook version? If yes, could you please try out whether the issue occurs in the flatpak version as well?
I'm closing this issue for now, since there hasn't been any recent activity. Feel free to reopen it if the issue persists in the latest RedNotebook version.
I am considering supporting a subset of Markdown, but that is a very long-term plan. For tables, you can actually use txt2tags table markup: https://txt2tags.org/markup.html Please note though that txt2tags...