kevins8
03/16/2021, 4:45 PMHello World -> hello-worlduser
03/16/2021, 4:46 PMmandarvaze
03/16/2021, 4:58 PMroot.md (and only on root.md or what you call index.html/Landing page) can be renamed to Table of Contents
@User has provided this facility in the latest release, but it impacts all the pages.
I would also like special/additional customization for root.mdvicrerdgz
03/16/2021, 5:04 PMvicrerdgz
03/16/2021, 5:07 PMvicrerdgz
03/16/2021, 5:08 PMBassmann
03/16/2021, 7:18 PMnpx dendron-cli exportPod --wsRoot . --podId dendron.gitpunchard --config "dest=./vega" and the error is thisBassmann
03/16/2021, 7:20 PMkevins8
03/16/2021, 7:34 PMkzilla
03/16/2021, 7:50 PM{
"key": "ctrl+shift+enter",
"command": "type",
"args": {
"text": "\n1. "
},
"when": "editorTextFocus && !editorReadOnly && editorLangId == 'markdown'"
}kevins8
03/16/2021, 9:53 PMuser
03/16/2021, 10:51 PMkevins8
03/17/2021, 12:05 AMuser
03/17/2021, 3:43 AMkevins8
03/17/2021, 3:45 AMuser
03/17/2021, 3:49 AMimalightbulb
03/17/2021, 3:52 AMuser
03/17/2021, 3:52 AMimalightbulb
03/17/2021, 3:55 AMkevins8
03/17/2021, 3:58 AMuser
03/17/2021, 3:59 AMmatthew.bellringer
03/17/2021, 9:48 AMmatthew.bellringer
03/17/2021, 9:53 AMuser
03/17/2021, 1:08 PMkzilla
03/17/2021, 3:32 PMkevins8
03/17/2021, 3:58 PMsiteIndex parameter: https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#siteindex-optional
we default to the first hiearchy you publish, or root.md if you publish everything.
if you want to exclude a page from the nav, you can use the [nav_exclude](https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.html#nav_exclude) prop
if you have customization beyond that, you can include arbitrary HTML into your note and it should render in the published page. if none of these options do it, you can submit a feature request and we can figure out how to make it happen 😅
https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=kevins8
03/17/2021, 3:59 PMuseFMTitle param https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f48.html#usefmtitlekevins8
03/17/2021, 3:59 PMkevins8
03/17/2021, 4:00 PMkzilla
03/17/2021, 4:02 PM.markdown-preview.markdown-preview {
// modify your style here
// eg: background-color: blue;
/* General tag styling */
a[href*="tag."] {
color: #fff;
background: rgb(36, 89, 233);
display: inline-block;
padding: 0 10px;
border-radius: 4px;
}
}