xpgo / obsidian-folder-note-plugin

Plugin to add description note to a folder for Obsidian.
385 stars 27 forks source link

[feature request] Expose an option to hide the head in the live view. #61

Open astroHaoPeng opened 2 years ago

astroHaoPeng commented 2 years ago

I can achieve this by commenting out these two blocks: https://github.com/xpgo/obsidian-folder-note-plugin/blob/272bbdc9a674fd333e6a97b02611868797648585/src/card-item.ts#L163-L165 https://github.com/xpgo/obsidian-folder-note-plugin/blob/272bbdc9a674fd333e6a97b02611868797648585/src/card-item.ts#L193-L195

This can save a lot of screen space especially when I use noteOnly: true mode.

Thanks.