jojanaho
08/28/2020, 6:45 AMjojanaho
08/28/2020, 6:45 AMjojanaho
08/28/2020, 6:46 AMjojanaho
08/28/2020, 10:37 AM[error] No matching files. Patterns tried: . !**/node_modules/** !./node_modules/** !**/.{git,svn,hg}/** !./.{git,svn,hg}/**
jojanaho
08/28/2020, 10:37 AMjojanaho
08/28/2020, 11:18 AMconst resp = await engine.query(querystring, opts.flavor)
is not returning any of the notes for the lookup pickerjojanaho
08/28/2020, 11:58 AMuser
08/28/2020, 1:58 PMkevins8
08/28/2020, 4:15 PMkevins8
08/28/2020, 4:28 PMlookup
, we do a query for everything under your current hierarchy (hello.*
). we remove the create new
option if your query string matches a note exactly but because we modify this to hello.*
on your initial lookup, it results in the behavior you seekevins8
08/28/2020, 4:31 PMuser
08/28/2020, 5:55 PMdenqui
gets you dendron.quickstart
readily
but den qui
gets nothing at all
Dunno if this should be fixed, just reporting on my experience))kevins8
08/28/2020, 6:01 PMkevins8
08/28/2020, 6:01 PMkevins8
08/28/2020, 6:02 PMuser
08/29/2020, 12:22 AMkevins8
08/29/2020, 2:20 AM- project
- goals
- people
- tasks
- meetings
by creating a schema for it, dendron will be able to autosuggest the valid children (goals, people, tasks, meetings)
if you accidentally do a typo (eg. project.foo.task instead of project.foo.tasks), your schema will tell you that this entry is inconsistent with the rest of your entries.
that being said, schemas are optional and you don't need to have them to use dendron. they just help enforce the organizational structure that you already havekevins8
08/29/2020, 3:34 AMkevins8
08/29/2020, 3:48 AMuser
08/29/2020, 6:13 AMdendron.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? )jojanaho
08/29/2020, 7:39 AMuser
08/29/2020, 8:29 AMdendron.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).jojanaho
08/29/2020, 9:19 AMjojanaho
08/29/2020, 10:26 AMjojanaho
08/29/2020, 10:29 AMuser
08/29/2020, 10:51 AMjojanaho
08/29/2020, 11:35 AMkevins8
08/29/2020, 1:28 PMkevins8
08/29/2020, 1:30 PMkevins8
08/29/2020, 1:32 PM