kevins8
08/29/2020, 2:44 PMdendron.topic.schema.md
. The backlinks panel lists some files with links to this note. I want to look through them and see what the docs say about schemas. But as soon as I click on anything in backlinks panel the active file changes, and the backlinks are now shown for the note I clicked on. Then I have to figure out how to navigate back and then read through backlinks list again to find my place.
> Is there maybe some way to pin the backlinks in place? Or is this sort of workflow just totally un-dendronic? )
@User
no way to pin backlinks at the moment. i have the following settings which opens everything in a new tab
json
{
"workbench.editor.enablePreview": false,
"workbench.editor.showTabs": true,
}
this way, there are 3 ways to go back to my previous note:
1. ctrl-tab
2. going to previous tab
3. using the open editors pane (usually in the explorer, i like having it in the bottom pane)kevins8
08/29/2020, 2:50 PMdendron.topic.schema
and then opening results in editor for now. This shows a nice list of results with the ability to peek into different files from the same page. This might not scale well when there are more notes though).
@User
fyi, you can open search editor via keyboard shortcut. i use it to start a search with the current filename. works really well with dendron hierarchies
json
{
"key": "ctrl+s f",
"command": "search.action.openNewEditor",
"args": {
"query": "",
"triggerSearch": false,
"focusResults": false,
"includes": "${fileBasenameNoExtension}",
}
},
kevins8
08/29/2020, 2:56 PMschool.{topic}.lecture.{name}
# Speaker Background
# Summary
# Notes
# Review
https://www.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052.html#schema-templatesuser
08/29/2020, 3:03 PMkevins8
08/29/2020, 3:04 PMuser
08/29/2020, 3:11 PMkevins8
08/29/2020, 3:17 PMmeet.*
hierarchy and a people.*
hierarchy. i use journal notes to create new meetings - eg. meet.journal.2020.08.29.dendron-gereleth
for every meeting, i have a # People
section which lists the people involved. this creates a backlink to the corresponding entry in the people.*
hierarchy. this way, backlinks give me an index of every meeting i've had with a particular personuser
08/29/2020, 4:52 PMjojanaho
08/29/2020, 6:32 PMjojanaho
08/29/2020, 6:33 PMjojanaho
08/29/2020, 7:16 PMkevins8
08/29/2020, 7:27 PMjojanaho
08/29/2020, 7:28 PMkevins8
08/29/2020, 7:32 PMyml
- id: pro
title: pro
desc: ""
parent: root
children:
- topicAsChild
- topicAsNamespace
- id: topicAsChild
children:
- routine
- id: topicAsNamespace
namespace: true
children:
- routine
- id: routine
namespace: true
template:
id: pro.template.routine
type: note
kevins8
08/29/2020, 7:32 PMpro.topicAsChild.routine.blah.md
and pro.topicAsNamespace.foo.routine.blah.md
jojanaho
08/29/2020, 7:40 PMkevins8
08/29/2020, 7:41 PMparent
case i only use when specifying the root. everything else goes by children
. since parent
isn't really used anywhere else (and generated automatically as dendron indexes the schema), i'm actually planning on deprecating the option and marking the root of a schema hierarchy with a special attribute (similar to namespace
)kevins8
08/29/2020, 7:42 PMuser
08/29/2020, 7:45 PMpro.topicAsChild.routine.blah.md
and pro.topicAsNamespace.foo.routine.blah.md
@User
:OO I was thinking of using two different 'routine's for each subtopic but thats cool/interesting that worksjojanaho
08/29/2020, 7:45 PMuser
08/29/2020, 7:46 PMjojanaho
08/29/2020, 7:49 PMjojanaho
08/29/2020, 7:50 PMkevins8
08/29/2020, 7:50 PMkevins8
08/29/2020, 7:50 PMkevins8
08/29/2020, 7:51 PM@types
repository that anyone can contribute definitions tojojanaho
08/29/2020, 7:53 PMjojanaho
08/29/2020, 7:54 PM