Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.45 KB

root.md

File metadata and controls

61 lines (47 loc) · 1.45 KB
id title desc updated created
ba2ce51c-3981-4122-8cae-c1d54cf3ea2f
Schema Templates
1621287901499
1621280247407

This is a schema repository for Dendron.

Getting Started

To use an individual schema, follow the instructions below:

  1. Click the link section of the schema you would like to use
  2. In your Dendron Workspace, use Lookup Schema to create the schema in your workspace
  3. Copy and paste the schema from this repo into your newly created workspace schema
  4. Run Reload Index to use the scema

If you would like to add all the schemas, you can add this entire project as a remote vault.

Schemas

lang

Track programming languages

Summary

- l
    - {programming-language} # eg. python
        - d # data structure
            - boolean
            - string
            - ...
        - t # topics
            - system
            - net # network
            - time
            - image # image manipulation
        - ....

pro

Track projects

Summary

- pro
    - journal
        - concepts
        - quickstart
        - qa
        - debug
        - ...