obsidian-folder-note-plugin icon indicating copy to clipboard operation
obsidian-folder-note-plugin copied to clipboard

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

Open W1Real opened this issue 2 years ago • 2 comments

W1Real avatar Sep 27 '23 13:09 W1Real

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.

TheDestroyer1 avatar Dec 03 '23 12:12 TheDestroyer1

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 ?

Denyerec avatar Jan 02 '24 01:01 Denyerec