Obsidian

Obsidian

197 bookmarks
Custom sorting
Reason
Reason
·reason.garden·
Reason
Adding the right properties automatically
Adding the right properties automatically
<%-* let filetype = await tp.system.suggester(["Auteur", "Contact", "Personnalité"], ["Auteur", "Contact", "Personnalité"], false, "Which template do you want to use?") -%> <%-* if (filetype === "Auteur") { -%> <%-tp.file.include("[[Templatename1]]")-%> <%-* } else if (filetype === "Contact") { -%> <%-tp.file.include("[[Templatename2]]")-%> <%-* } else if (filetype === "Personnalité") { -%> <%-tp.file.include("[[Templatename3]]")-%> <%-* } else { -%> <%-tp.file.include("[[DefaultTemplateName]]")-%> <%-* } -%>
·forum.obsidian.md·
Adding the right properties automatically
List as cards in preview mode - Share & showcase - Obsidian Forum
List as cards in preview mode - Share & showcase - Obsidian Forum
.markdown-preview-view.list_card_style ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; } .markdown-preview-view.list_card_style ul li { box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.391); padding: 15px; border-radius: 10px; } .markdown-preview-view.list_card_style .list-bullet { display: none; }
·forum.obsidian.md·
List as cards in preview mode - Share & showcase - Obsidian Forum