seadude
02/04/2022, 4:47 PMgit.md
, bootstrap.md
, azure.md
, etc.), then use tags to searching for info (#azure-sdk
, #python-sdk
, etc.).
- Rationale:
- The hierarchy I would try to name my Dendron files always seemed like tags anyways; highly arbitrary, etc.
- Keeps the schema flat
- What are your thoughts on this approach?kevins8
02/04/2022, 5:06 PMpkg.git
for all software packagesyml
version: 1
imports: []
schemas:
- id: aws
title: aws
parent: root
children:
- pattern: "s"
title: service
namespace: true
children:
# service related stuff
- ...
- pattern: "ref"
children:
- pattern: "accounts"
- pattern: "conventions"
desc: "naming conventions"
user
02/04/2022, 5:19 PMuser
02/04/2022, 5:26 PMseadude
02/04/2022, 6:25 PMfoureyedsoul
02/04/2022, 6:45 PM