Mikescher / AlephNote

Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)

Home Page:https://mikescher.github.io/AlephNote/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[StandardNotes] tags for SN folders do not get always created

Mikescher opened this issue · comments

(As seen on my device | 2020-12-09)

  1. Created a new note in an existing directory (was 3 nesting levels deep)
  2. synchronize note to remote (Ctrl+S)
  3. Look online at the note
    • The note only has the [Notes] tag not any of the [Notes].* tags
  4. Look at the serialized note (under Debug menu)
    • only the [Notes]tag is fully created, the other ones are exist but have id="null" serialized
  5. The notes are normally never "fixed" because they are not local-dirty and get never synced again
  6. Fix problem by: editing note (locally) and trigger a new sync, the tags get linked correctly (always?)

Solution (guessing out loud):

  1. The tags should always get created correctly, find out why it didn't work
  2. Can this also happen with normal (user created) tags
  3. If a note has a non-linked tag (id=null) under StandardNotes ist should always get synced, this will also fix existing notes with this problem.