Preston
11/01/2021, 1:14 PMPreston
11/01/2021, 1:14 PMBassmann
11/01/2021, 2:33 PMBassmann
11/01/2021, 2:35 PMdj radon
11/01/2021, 2:40 PMSeriousBug
11/01/2021, 3:20 PMdendron.yml
to point at the vault. Feel free to message me your config and I can take a lookSeriousBug
11/01/2021, 3:22 PMdj radon
11/01/2021, 3:27 PMkevins8
11/01/2021, 4:17 PMassets
in your vault and copy files there. you can link to them using a standard markdown link. if you use dendron paste image
, it takes the image in your clipboard and paste it in the assets folder
2. syntax highlighting is provided by vscode 🙂awlego
11/02/2021, 1:45 AMScriptAutomate
11/02/2021, 2:02 AMdendron.yml
, have enableAutoFoldFrontmatter: false
present under workspace:
, so:
yml
workspace:
enableAutoFoldFrontmatter: false
...
...
Hmmmm or maybe it is autoFoldFrontmatter
? Should test, since this is what's listed here: https://wiki.dendron.so/notes/f83c1d87-eac0-48f3-a5cf-8a69989d8ec1/#autofoldfrontmatterhikchoi
11/02/2021, 2:04 AMawlego
11/02/2021, 2:05 AMhikchoi
11/02/2021, 2:07 AM### autoFoldFrontmatter
> This setting is scheduled for deprecation 📆
>
> Use [[enableAutoFoldFrontmatter|dendron.topic.config.dendron.workspace#enableautofoldfrontmatter]] instead.
## enableAutoFoldFrontmatter
Sets the frontmatter folding behaviour.
When set to `true`, Dendron will automatically fod the frontmatter when opening new notes.
This includes newly created notes, and existing notes that are being opened for the first time in the current session of VSCode.
- default: false
awlego
11/02/2021, 2:07 AMScriptAutomate
11/02/2021, 2:09 AMdev
is merged to master
tomorrow, with release, the docs will be updated on wiki.dendron.so 🙂imalightbulb
11/02/2021, 6:13 AMdendron publish export
) does not put the resources in a /docs
folder which I need to point to when choosing the directory for github pages, is it intended behavior? (or I'm getting something wrong)kevins8
11/02/2021, 3:18 PMout
folder. to export to docs
, you want to run the following
dendron publish export --target github
foureyedsoul
11/02/2021, 8:37 PMcompleted: true
be visible as a text decorator, or is that setting just more "internal" to the task note? Currently I see whatever is written after status:
show up in other notes, but I don't see anything change in other notes when I put completed: true
or completed: false
.kevins8
11/02/2021, 8:40 PMcompleted
field atm 😅 setting status: x
will indicate that its completehrmnjt
11/02/2021, 9:03 PMkeyword
which can allow me to position the page in order I need?
What is happening?
root.md
note1.md
note3.md
note2.md
What I want - is to specify a detail in frontmatter for a note so that it shall always appear in certain order while publishingkevins8
11/02/2021, 9:32 PMnav_order
property -> https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713.htmlandrey-jef
11/03/2021, 2:06 AMimalightbulb
11/03/2021, 3:19 AMkimsia
11/03/2021, 3:31 AM{
"key": "{desired keybinding}",
"command": "dendron.lookupNote",
"args": {
"selectionType": "selection2link"
}
}
hikchoi
11/03/2021, 4:05 AMkeybindings.json
which can be accessed by Preferences: Open Keyboard Shortcuts (JSON)
. This will open VSCode's keybinding config file and it will contain all of your user defined keybindings for everything in VSCode not just Dendron.kevins8
11/03/2021, 4:06 AMimalightbulb
11/03/2021, 4:24 AMkimsia
11/03/2021, 4:41 AMhikchoi
11/03/2021, 4:49 AM