WofWca
27 November 2024 13:04
1
See related posts:
Basically initially users are scared "wait, why are we deleting something, I didn't delete this much stuff", and then they just stop paying attention to this once they realize this happens all the time.
What's happening, IMU, is that the deleted items are old versions of notes most of the time.
I think there must be a distinction between those in the UI. That is, Joplin should say something along the lines "Deleted old note versions: 12; Deleted noted: 3".
Perhaps this should also apply to "Created" items.
12 Likes
I'm linking two related support requests:
Edit : Also possibly Unexplained Deleted Files .
1 Like
Thank you for the feature request!
I've started working on this locally. This post summarizes what's been done so far and changes that still need to be made.
With the work-in-progress implementation, a shorter but possibly harder-to-understand message is shown. For example,
Above, old note versions are ref
On mobile, a shorter message currently means that more space is available for the notebook list — a long message currently decreases the space available for other items in the sidebar. To address this, it may make sense to either:
Use a status message that isn't long when a large number of different item types have been changed.
Truncate the full status message, if long, and link to a more detailed sync status page.
Allow expanding/collapsing the sync status section (related feature request ).
Update : I'm linking the relevant pull request:
laurent22:dev ← personalizedrefrigerator:pr/sync/sync-status-message-improvement
opened 06:39AM - 11 Dec 24 UTC
# Summary
This pull request implements [a feature request from the forum](htt… ps://discourse.joplinapp.org/t/deleted-remote-items-looks-scary-clarify-its-meaning/42199).
# Notes
- Currently, tags are listed as `other`. This is in part to avoid confusion about the different types of tag entities (tag associations and tags).
- Item types are always joined with commas.
- This may be incorrect for some locales. Suggestions for how to improve this would be welcome!
- Originally, this pull request limited the maximum length of the list of item types. The goal was to prevent the status message from becoming too long (and thus shrinking the available space for the notebook list). A truncated message might look like this:
- 
The above message might be confusing. For now, this pull request does not truncate long status messages.
# Example status messages
- After adding a new note:
- 
- After moving a note to the trash:
- 
- After emptying the trash (permanently deleting 2 notes and a notebook):
- 
- After creating a revision:
- 
- After pulling 1 remote item:
- 
- **Note**: At present, item type doesn't always seem to be available for logged "createLocal" events.
- An in-progress sync that 1) enables encryption, 2) permanently deletes a notebook/note, and 3) deletes old note versions:
- 
4 Likes
t0dd
11 December 2024 18:36
4
There is A LOT that happens during the sync process that leaves folks scratching their heads. One thing that is missing is a progress bar for the whole process. Or some indicator stating that 1225/1396 items doesn't mean you a hundred and change items away from completing the sync. For example.
muzak
12 December 2024 03:08
5
Could a progress bar or estimated time indicator also improve the Extra Markdown editor settings plugin's "show sync indicator" option, as shown here? Mobile: Display sync status while in edit view - #21 by personalizedrefriger
1 Like
system
Closed
7 December 2025 03:09
6
This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.