xpgo / obsidian-folder-note-plugin

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

[feature request] 📝🖼 Display all the content instead of just brief? #83

Open W1Real opened 11 months ago

TheDestroyer1 commented 9 months ago

This is currently already kind of possible, if you want to do it in the setup of the brief view, just add to the string :

type: folder_brief_live

The String briefMax: X and set X to something like 50000, to display the full content of the given note, though i would advise just using the build in option of ![[Examplefile]] to do something like this instead.

Denyerec commented 8 months ago

I've been trying to get it to render the first 500 or so characters independent of whether or not it's halfway through a list, or is perhaps 3 short paragraphs, to emulate the OneNote card view - it seems to be cropping off content at the first carriage return / block end, rather than a set number of characters ?