Ed Nico
10/25/2020, 8:45 PManochvay
10/26/2020, 8:37 AMDendron: show note graph
it shows tree-style view of notes, right? There is the highest node ("root") and so on. Is it possible to make the graph show connections between notes, that were connected by [[mention]]
?user
10/26/2020, 9:54 AMthor
10/26/2020, 11:02 AMReloadIndex.execute
with the status no_root_schema_found
when enabling the experimental LSP? ๐ค It breaks even with a default root.schema.yml
, so I wonder if the issue is elsewhere.Bassmann
10/26/2020, 11:25 AMReloadIndex.execute
with the status no_root_schema_found
when enabling the experimental LSP? ๐ค It breaks even with a default root.schema.yml
, so I wonder if the issue is elsewhere.
@User I'm using the LSP since it was made available without ever encountering this error.Bassmann
10/26/2020, 11:27 AMThe extension 'Dendron Markdown Preview Enhanced' took a very long time to complete its last operation and it has prevented other extensions from running.
Any ideas what to do here? I'm on Windows if that matters,imalightbulb
10/26/2020, 1:48 PMkevins8
10/26/2020, 1:52 PMkevins8
10/26/2020, 1:57 PMkevins8
10/26/2020, 2:47 PMDendron: show note graph
it shows tree-style view of notes, right? There is the highest node ("root") and so on. Is it possible to make the graph show connections between notes, that were connected by [[mention]]
?
> @User currently not with the dendron extension. you can use the markdown links
(the extension that we forked off) to get connections. note that this extension doesn't work with aliased links. we'll be adding link based graphs as well sometime in novemberrhaynes
10/26/2020, 2:52 PMkevins8
10/26/2020, 2:58 PMDendron: Publish Pod
within any note. currently you can publish a note to either json or regular markdownthor
10/26/2020, 3:00 PMroot.schema.yml
.thor
10/26/2020, 3:03 PMkevins8
10/26/2020, 3:06 PMversion: 1
imports: []
schemas:
- id: root
children: []
title: root
parent: root
thor
10/26/2020, 3:06 PMversion: 1
(in terms of specifying the schemas
key primarily), but I hadn't specified imports
to an empty list. Is that a requirement, as well as the empty list for children
? ๐kevins8
10/26/2020, 3:07 PMthor
10/26/2020, 3:14 PMareas.${workplace}.schema.yml
yml
version: 1
imports:
- journal
schemas:
- id: daily
children:
- journal.journal.daily
Is that an unsupported configuration when ${workplace}
is a namespace?
(I thought perhaps it'd get confused who its parent is, but that should be clear from the name of the schema file as far as I understand.)Bassmann
10/26/2020, 3:24 PMuser
10/26/2020, 4:03 PMuser
10/26/2020, 4:03 PMkevins8
10/26/2020, 4:11 PMkevins8
10/26/2020, 4:11 PMareas.${workplace}.schema.yml
> yml
> version: 1
> imports:
> - journal
> schemas:
> - id: daily
> children:
> - journal.journal.daily
>
> Is that an unsupported configuration when ${workplace}
is a namespace?
> (I thought perhaps it'd get confused who its parent is, but that should be clear from the name of the schema file as far as I understand.)
@User the schema syntax is still a little clunky. currently you need a parent: root
to designate a root schemauser
10/26/2020, 4:16 PMrhaynes
10/26/2020, 4:19 PMkevins8
10/26/2020, 4:42 PMOpen Link (editor.action.openLink)
command. not sure how that gets updated. i usually use the go to definition
shortcut to navigate links. do you get this issue when you initialize a new workspace as well?
https://stackoverflow.com/questions/49861033/what-is-the-shortcut-for-ctrl-click-in-visual-coderhaynes
10/26/2020, 5:00 PMrhaynes
10/26/2020, 5:16 PMuser
10/26/2020, 6:14 PMcmd+~
> - each vscode version also has a custom keyboard shortcut which I've configured using alfred
>
> - vscode versions:
> - vscode: used for coding
> - vscode insider: two windows, one focused on dendron specific notes and one for personal notes
> - both windows use the same vault but different workspaces (this is because vscode does not let you have multiple windows open to the same workspace)
> - because you can define a custom path (https://dendron.so/notes/401c5889-20ae-4b3a-8468-269def4b4865.html) for your vault, you can still point two workspaces to the same vault
> - vscodium: two windows, one focused on https://dendron.so documentation (use as reference as well as to update) and another for an alternate workspace i'm working on (eg. https://aws.dendron.so)
>
> the idea here is that I can access any note in any workspace using at most, two keyboard shortcuts.
>
> and no, i don't use folders inside any of my workspaces ๐
@User I really appreciate your ideas and responsiveness. Thank you! I'm going to experiment with implementing some of the ideas behind Dendron in Emacs, which I use (in conjunction with org-roam and deft). Might also try doing the same with Roam, with namespaces.kevins8
10/26/2020, 6:16 PM> Open Workspace Settings
. that's really the only thing that changes between workspaces in terms of vscode settings