ScriptAutomate
11/11/2021, 8:42 PMJT6519
11/11/2021, 9:53 PMSeriousBug
11/11/2021, 10:25 PMCtrl+Shift+V
?
There are plans to allow custom themes for the preview, but it's still a work in progress I think: https://github.com/dendronhq/dendron/issues/1171JT6519
11/11/2021, 10:35 PMJT6519
11/11/2021, 10:36 PMkevins8
11/11/2021, 10:37 PMMeron35
11/11/2021, 11:15 PMkevins8
11/12/2021, 1:09 AMfoureyedsoul
11/12/2021, 1:50 AMglobal-snippets.code-snippets
file. Here's an example. I just checked again and it works in the body of a note in Dendron, but it won't work in the YAML header.
"today's date": {
"prefix": "@td",
"scope": "markdown,yaml,json",
"description": "Add today's date in YYYY-MM-DD format",
"body": [
"$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE",
],
},
kevins8
11/12/2021, 5:11 AMandrey-jef
11/12/2021, 6:25 AMChildren
title.
Anyone encounter this issue?
Im using Dendron v0.68.1user
11/12/2021, 7:36 AMuser
11/12/2021, 7:36 AMuser
11/12/2021, 7:37 AMSeriousBug
11/12/2021, 7:44 AMuser
11/12/2021, 1:04 PMkevins8
11/12/2021, 1:51 PMkevins8
11/12/2021, 1:51 PMteflinfoki
11/12/2021, 2:06 PMkevins8
11/12/2021, 2:47 PMVault Add Command
and add your backup -> https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47.html#vault-addteflinfoki
11/12/2021, 2:48 PMjohndendron29
11/12/2021, 2:58 PMjoneshf
11/12/2021, 3:10 PM[[foo.bar]]
.
2. Open/create the link using the keybinding (I forget what it's called, but the keybinding is `CTRL`+`ENTER`).
3. Close the newly created note.
4. The first note loses the dendron-specific syntax highlighting and falls back to plain markdown highlighting. E.g. existing note links and non-existent note links are the same color instead of different colors.
I have to either "Developer: Reload Window" or do all three of "Dendron: Reload Index," open a different note, then switch back to the original note.
This started happening a week or two ago. It's happened across all the latest versions, but I'm not sure when it started. Any thoughts on what might be up?JT6519
11/12/2021, 3:18 PMcodemuncher
11/12/2021, 5:22 PMcodemuncher
11/12/2021, 5:22 PMcodemuncher
11/12/2021, 5:22 PMSeriousBug
11/12/2021, 5:26 PMSeriousBug
11/12/2021, 5:27 PMflip
11/12/2021, 5:27 PMtemplate
and tldr
stuff. Is there a best-practice / guide / video / helping hand for adding my own content to those? With generic (e.g., non-Dendron) tldr
I just have my own GitHub fork that I add things to. I'm not 100% sure how that sort of thing might 'work' in Dendron, but am intrigued by the possibilities.