Basics
Think of this as a horizontal category that picks out the simplest functionality in each scope that is most likely to be used by a customer in their first two weeks.
VS Code workspace, vaults, intellisense/autocomplete, Dendron settings
Examples
- validating settings on startup
- opening a file
- autocomplete works for note linking (test vault with at least 100 notes)
- remote vault add
Features
- #feature.lookup
- #feature.hierarchy
- #feature.markdown
- #feature.asset-support
- #feature.links
- #feature.templates
- #feature.daily-journal
- #feature.workbench
- #feature.easy-start
Extension scopes
Since the basics scope only covers what a typical customer would do in two weeks, more functionality related to each vertical can be categorized under the following scopes:
- Lookup -> #scope.retrieve (#feature.lookup)
- Hierarchies -> #scope.structure (#feature.hierarchy)
- Markdown -> #scope.edit
- Links -> #scope.navigate
- Note references -> #scope.retrieve (#feature.note-refs)
Backlinks