franciskafieh / obsidian-list-modified

🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.
MIT License
85 stars 7 forks source link

[FR] Suggestions #80

Closed MartinP7r closed 1 year ago

MartinP7r commented 1 year ago

Sorry for the unsorted list, but here are some thoughts I had while looking at your plugin:

1. Primary Heading is a ##. This should be editable (and the level of secondary headings should account for it).

E.g. it should be possible to have the primary heading as a # H1 heading.

2. There's no option to set where (folder) to automatically create the daily note or which note to use for log (name might be different).

E.g. it might be useful to embed the note as a separate note, especially because of the current behavior of 3. below.

3. If there's another heading after the Changed Notes heading, it will be deleted every time there's a change. Headings on the same level as the primary heading should not be touched...

franciskafieh commented 1 year ago
  1. is already requested in FR #71
  2. You can change the location of your daily, weekly, etc note using either the built-in Obsidian "daily note" plugin settings or (for weekly, etc) the Periodic Notes plugin settings. As for custom-named notes unrelated to times, this is currently not planned, although #33 is open right now for adding a suffix to a note.
  3. This might be a bug. I will look into it in a minute.
franciskafieh commented 1 year ago

Going to close this and open a new issue for 3. Currently, it removes the next h1 but not h2. See #81