Can I have templater create a folder-overview
block
#144
-
Here's the workflow that I am trying to realize and I think I have all the parts except for one.
When I manually create a folder overview, I see a fence block that looks like: ```folder-overview
id: 04cfbb20-7e2a-4242-8fa2-d86ad247ab17
folderPath: ""
title: "{{folderName}} overview"
showTitle: true
depth: 3
includeTypes:
- folder
- markdown
style: list
disableFileTag: false
sortBy: name
sortByAsc: true
showEmptyFolders: false
onlyIncludeSubfolders: false
storeFolderCondition: true
showFolderNotes: false
disableCollapseIcon: true
``` When I leave edit mode, the block renders as I'd expect. My question(s)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I did a quick test and concluded that the I created a new template called
And then configured the |
Beta Was this translation helpful? Give feedback.
I did a quick test and concluded that the
id
field is... vestigial?I created a new template called
fnt
with this content:And then config…