jojanaho
09/01/2020, 4:45 PMkevins8
09/01/2020, 4:46 PMkevins8
09/01/2020, 4:47 PM{namespace}.*, it's better than the glob equivalent of **/* which would match not just the child but all childrenkevins8
09/01/2020, 4:47 PMkevins8
09/01/2020, 4:48 PMyml
version: 1
imports:
- cli
- _cook
- lang
schemas:
- id: p
desc: dev project
parent: root
children:
- lang.operator
- cli.cli
- concepts
- topic
- config
- debug
- qa
- design
- internal
- lifecycle
- quickstart
- changelog
- _cook.cook
- issues
- lang.flow
- id: design
- id: issues
- id: config
- id: concepts
- id: topic
data:
namespace: true
- id: internal
desc: Explanation of how code works
- id: lifecycle
- id: quickstart
- id: concepts
- id: debug
- id: qa
- id: changelog
template:
id: p.template
type: notekevins8
09/01/2020, 4:49 PMjojanaho
09/01/2020, 4:55 PMjojanaho
09/01/2020, 4:56 PMkevins8
09/01/2020, 4:58 PMdata attribute is a leftover from pre v1 schema. it's still valid but today, you would just do namespace: truejojanaho
09/01/2020, 5:01 PMkevins8
09/01/2020, 5:02 PMp.dendron.topic.*kevins8
09/01/2020, 5:03 PMkevins8
09/01/2020, 5:03 PMtopic is a child of project, the pattern to match topic is the pattern for project p.* + the pattern for topic t.*jojanaho
09/01/2020, 5:11 PMjojanaho
09/01/2020, 5:11 PMkevins8
09/01/2020, 5:12 PMdata: namespace thing before pasting and removed the whole thing 😅jojanaho
09/01/2020, 5:14 PMkevins8
09/01/2020, 5:15 PMkevins8
09/01/2020, 5:15 PMjojanaho
09/01/2020, 5:16 PMjojanaho
09/01/2020, 5:16 PMkevins8
09/01/2020, 5:16 PMproject in my knowledge base. the topics under vscode are the followingkevins8
09/01/2020, 5:17 PMkevins8
09/01/2020, 5:18 PMtsconfig). types help make your projects maintainable, especially as they growkevins8
09/01/2020, 5:19 PMkevins8
09/01/2020, 5:19 PMkevins8
09/01/2020, 5:22 PMkevins8
09/01/2020, 5:23 PMkevins8
09/01/2020, 5:24 PMfs-extra or fs, i can navigate to l.node.file and see my notes on the best way to work with fileskevins8
09/01/2020, 5:25 PMnode with any other programming language. now i have a general way of referencing file access for all languages without needing to remember the specific implementation detail of any of them