akosbalasko / zoottelkeeper-obsidian-plugin

Obsidian plugin of Zoottelkeeper: An automated folder-level index file generator and maintainer.
182 stars 11 forks source link

v0.17.2 erases all note content outside of autogenerated index file list #54

Closed zhelding closed 2 years ago

zhelding commented 2 years ago

The latest version of the plugin (v0.17.2) erases all note content outside of the autogenerated index file list.

I am using the default plugin settings -- aside from indexPrefix which is set to empty string ""

akosbalasko commented 2 years ago

hi @zhelding , Please make sure that the placeholders are exactly the same as follows: %% Zoottelkeeper: Beginning of the autogenerated index file list %% %% Zoottelkeeper: End of the autogenerated index file list %%

As far as I remember in the previous versions there was an extra space before %% at the end in each, I removed that, so it may cause the sympthoms.

akosbalasko commented 2 years ago

Hi @zhelding , I'm sorry for the inconvenience, I set the typo back to keep backward compatibility. Thank you for raising this up, now it should work with custom index files.

zhelding commented 2 years ago

I can confirm that my note content is being preserved upon upgrading from v0.16.2 to new latest version v0.17.3.

Thanks for the quick fix 🚀