dentropy
11/05/2020, 12:30 AMReductioMeta
11/05/2020, 12:42 PMimalightbulb
11/05/2020, 12:43 PMReductioMeta
11/05/2020, 12:44 PMimalightbulb
11/05/2020, 12:44 PMGuipnox
11/05/2020, 2:44 PMkevins8
11/05/2020, 2:45 PMkevins8
11/05/2020, 2:45 PMGuipnox
11/05/2020, 2:51 PMGuipnox
11/05/2020, 2:51 PMkevins8
11/05/2020, 2:52 PMGuipnox
11/05/2020, 2:52 PMkevins8
11/05/2020, 2:52 PM> Dendron: Show Preview
kevins8
11/05/2020, 2:53 PMkevins8
11/05/2020, 2:53 PMkevins8
11/05/2020, 3:03 PMDendron/vault/assets/images
kevins8
11/05/2020, 3:04 PM> Open Workspace Settings (JSON)
, can you share the output?Guipnox
11/05/2020, 3:24 PM{
"folders": [
{
"path": "vault"
}
],
"settings": {
"dendron.rootDir": ".",
"editor.minimap.enabled": false,
"files.autoSave": "onFocusChange",
"workbench.colorTheme": "Solarized Light",
"pasteImage.path": "${currentFileDir}/assets/images",
"pasteImage.prefix": "/",
"markdown-preview-enhanced.enableWikiLinkSyntax": true,
"markdown-preview-enhanced.wikiLinkFileExtension": ".md",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyCharacter": "NONE",
"editor.snippetSuggestions": "inline",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showSnippets": true,
"editor.tabCompletion": "on",
"cSpell.language": "en",
"workbench.preferredDarkColorTheme": "Activate SCARLET protocol (beta)",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.iconTheme": "vs-minimal",
"window.autoDetectColorScheme": true
},
"extensions": {
"recommendations": [
"dendron.dendron-paste-image",
"equinusocio.vsc-material-theme",
"dendron.dendron-markdown-shortcuts",
"dendron.dendron-markdown-preview-enhanced",
"dendron.dendron-markdown-links",
"dendron.dendron-markdown-notes",
"github.github-vscode-theme"
],
"unwantedRecommendations": [
"shd101wyy.markdown-preview-enhanced",
"kortina.vscode-markdown-notes",
"mushan.vscode-paste-image"
]
}
}
Guipnox
11/05/2020, 3:27 PMDendron/vault/assets/images
@User It's because I was going to use LateX and Dendron at the same time so I created a Dendron folder inside Dendron (lol). But now I separated them by workspaces with different themes.thm
11/05/2020, 3:38 PMkevins8
11/05/2020, 3:45 PMDendron/vault
? dendron will look for images directly under vault/assets/images
. if there are additional levels (eg. UFSC/Transcal2), Dendron wouldn't be able to find themkevins8
11/05/2020, 3:46 PMthm
11/05/2020, 3:46 PMthm
11/05/2020, 3:46 PMkevins8
11/05/2020, 3:47 PMthm
11/05/2020, 3:47 PMGuipnox
11/05/2020, 4:01 PMGuipnox
11/05/2020, 4:01 PMkevins8
11/05/2020, 4:05 PMthm
11/05/2020, 4:07 PM[[wikilink]]
, but if I do this in Dendron, it places a note right at the root of the hierarchy, which clutters it up (just as it does in Roam, to be fair). However, putting [[notes.psychology.people.freud]]'s idea of the [[notes.psychology.concepts.unconscious]]
is way too unwieldy in the middle of note-taking and is hard to read afterwards. I settled for making a "`q`" sub-domain (just because it's a relatively uncommon letter in a good spot on the keyboard) and I stash these sorts of references in it, so instead of say, putting [[Freud]]'s idea of the [[unconscious]]
, I've got [[q.Freud]]'s idea of the [[q.unconscious]]
, but it's not ideal either. Is there a workflow I'm missing?
2. A significant portion of my "notes" are actually just briefly annotated web links. Stashing them in a couple markdown notes in the hierarchy and just putting the annotations below the links gets me 80% of the way, but they're still just bare URLs (i.e. no titles or previews), so I was wondering if there was maybe a Markdown preview extension(-extension?) that also does the OpenGraph queries and other kinds of preview magic - or if there was a better way to handle this sort of data in Dendron?
Thanks in advance!