tsnieman
09/23/2020, 7:24 PMkevins8
09/23/2020, 7:26 PMkevins8
09/23/2020, 7:28 PM"markdownShortcuts.icons.bold": false,
"markdownShortcuts.icons.italic": false,
"markdownShortcuts.icons.strikethrough": false,
"markdownShortcuts.icons.bullets": false,
lukecarrier
09/23/2020, 7:29 PMjson
{
"settings": {
"markdownShortcuts.icons.bold": false,
"markdownShortcuts.icons.italic": false,
"markdownShortcuts.icons.strikethrough": false,
"markdownShortcuts.icons.bullets": false
}
}
lukecarrier
09/23/2020, 7:29 PMkevins8
09/23/2020, 7:29 PMlukecarrier
09/23/2020, 7:29 PMkevins8
09/23/2020, 7:30 PMtsnieman
09/23/2020, 7:33 PMtsnieman
09/23/2020, 7:34 PMuser
09/24/2020, 9:54 AM.Rmd
files along with .md
. But not sure how much the yaml header will infer with it (http://kbroman.org/knitr_knutshell/pages/Rmarkdown.html). The goal would be that the published/generated html files (e.g. via knitr) would include results from the executed code chunks. I guess this would be interesting also to people who are using Jupiter notebooks or python markdown. This will maybe open a new kind of use-case for dendron in the future if this will be supported.imalightbulb
09/24/2020, 10:05 AM!suggest
@User
(then we could poll )kevins8
09/24/2020, 3:51 PMassets
folder in your vault.
for example, images are saved under assets/images/
and referenced as /assets/images/*
inside your notes.
you could do the same today with scripts (eg. assets/scripts/
or assets/r/`), navigate to them via regular vscode (cmd|ctrl p), and then include them as code chunks in your markdown.
the preview accepts running code chunks. you can see the instructions here: https://shd101wyy.github.io/markdown-preview-enhanced/#/code-chunk
vscode is also adding native support for notebooks so as that support becomes more mature, we'll probably look into making this process less kludgy. let me know if this works for your current use case or if there's something more you want to see 🙂kevins8
09/24/2020, 3:52 PMuser
09/24/2020, 4:15 PMkevins8
09/24/2020, 4:26 PMlukecarrier
09/25/2020, 9:43 PMjekyll serve
an option for local previewing? Right now the pod export behaviour of re-exporting all the files is a little slow (only 123 notes so far).
I think I also hit a bug with how it processes template directives in markdown syntax as I get some Liquid warnings about Go template syntax in some of my notes, but I should be able to figure that out 😄lukecarrier
09/25/2020, 9:43 PMkevins8
09/25/2020, 9:44 PMkevins8
09/25/2020, 9:44 PMDendron: Preview Pod
command that runs jekyll serve under the hoodkevins8
09/25/2020, 9:45 PMkevins8
09/25/2020, 9:45 PMkevins8
09/25/2020, 9:46 PM--incremental
build method that you can trigger with the following keybinding. it's not documented yet because it relies on having rsync
locally and i need to do some work to have a fallback
{
"command": "dendron.buildPod",
"key": "cmd+k b",
"args": {
"incremental": true,
}
},
kevins8
09/25/2020, 9:47 PMkevins8
09/25/2020, 9:48 PMgo
and use hugo
for everything.
but that might be a little too much to take on at the moment 😅lukecarrier
09/25/2020, 9:55 PMkevins8
09/25/2020, 10:00 PMlukecarrier
09/25/2020, 10:04 PMlukecarrier
09/25/2020, 10:08 PMkevins8
09/26/2020, 12:50 AM