runlevelrobot
04/04/2021, 5:12 PMhikchoi
04/04/2021, 5:24 PMrunlevelrobot
04/04/2021, 5:27 PMsmokedoors
04/04/2021, 6:52 PMHeyyyyJinn
04/04/2021, 7:06 PMfoureyedsoul
04/04/2021, 8:18 PMschema.yml file, then run particular commands, etc? Should I start with schemas, then change the templates? I don't see a guide like that in the wiki / documentation, but maybe I'm using the wrong search terms.kevins8
04/04/2021, 8:19 PMfoureyedsoul
04/04/2021, 8:34 PMbook.{title} apply the current template, instead of book.{title}.notes, which in practice is making a lot of stubs I'm not finding useful.) Should it be fine if I just change each schema.yml file & then reload the VS Code window?kevins8
04/04/2021, 9:31 PMfoureyedsoul
04/05/2021, 1:35 AMbook.{author-name}.{book-title} apply the template… but my attempts at writing a schema for that aren't making it happen. Is it possible for a schema to have two levels that are namespaces (i.e. they don't require a particular pattern) and still apply a template? If that's possible, can you share how to set up a schema.yaml to make that happen? For example, I'd like to have the same template applied when I use the lookup bar to create notes with the titles book.carroll-ryder.bullet-journal-method and book.bedford-denise.knowledge-architectures, even though those notes don't share a particular pattern of characters in their name.JCsMagicLines
04/05/2021, 5:38 AMuser
04/05/2021, 11:58 AMdoctorboy
04/05/2021, 12:18 PMkevins8
04/05/2021, 3:26 PMpattern field.
yml
version: 1
imports: []
schemas:
- id: book
parent: root
children:
- bookEntry
- id: bookEntry
template:
id: templates.one
type: note
pattern: "*"
children:
- bookEntryTwo
- id: bookEntryTwo
template:
id: templates.two
type: note
pattern: "*"kevins8
04/05/2021, 3:28 PM[[todo.foo-bar]], you could consolidate all of them when we add the index note feature: https://github.com/dendronhq/dendron/issues/603kevins8
04/05/2021, 3:29 PMchrisjm
04/05/2021, 8:05 PMMonday|daily.journal.2021.04.05.md rather than linking. Is this happened for others?chrisjm
04/05/2021, 8:06 PMhabitual_revers
04/05/2021, 8:13 PMgo binary that is doing the filling though. However native functionality would be awesome.
<!--
autolinks: thoughts.*|daily.journal.*
title: true
-->
- [[2021-04-02|daily.journal.2021.04.02]]
- [[2021-04-04|daily.journal.2021.04.04]]
- [[2021|daily.journal.2021]]
- [[Journal|daily.journal]]
- [[Template|daily.journal.template]]
- [[Art and Expression|thoughts.art-and-expression]]
<!-- end -->habitual_revers
04/05/2021, 8:14 PMKiran
04/05/2021, 8:15 PMKiran
04/05/2021, 8:16 PMchildOfDomainNamespace for the node type add behavior - https://wiki.dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202.html#defaultnodetypeaddbehaviorhabitual_revers
04/05/2021, 8:19 PMKiran
04/05/2021, 8:20 PMhabitual_revers
04/05/2021, 8:22 PMKiran
04/05/2021, 8:22 PMhabitual_revers
04/05/2021, 8:23 PMhabitual_revers
04/05/2021, 8:23 PMKiran
04/05/2021, 8:27 PMDendron: Create Daily Journal Note in keyboard shortcutshabitual_revers
04/05/2021, 8:28 PMCmd+Shift+I -> jumps to daily.journal.2021.04.05.md even though I am on art.md