-
-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Labels
area.retrieveRetrieval and recall of notes. e.g. Backlinks, references, graph view.Retrieval and recall of notes. e.g. Backlinks, references, graph view.kind.croptype.epicUmbrella issues representing significant customer impactUmbrella issues representing significant customer impact
Description
Context
There are some cases when you want the same note to have multiple paths. See this and this
Proposal
Introduce note aliases, a way to map the same note to multiple paths.
Example
Say you have the following note
- python.lib.pandas.md
---
title: Pandas
desc: >
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool
aliases:
- ds.tools.pandas # ds -> data science
- pro.pandas # pro -> project
---
...
-
- This note would be able to be queried via lookup using any of the following queries:
- python.lib.pandas
- ds.tools.pandas
- pro.pandas
-
- Any wikilinks with the above three terms will also all resolve to
python.lib.pandas
- Any wikilinks with the above three terms will also all resolve to
-
- The Dendron Tree View will show all three notes. Clicking on any will resolve to
python.lib.pandas
- The Dendron Tree View will show all three notes. Clicking on any will resolve to
-
- The Note Graph View will follow the same behavior as the tree view
bs, AleksueiR, microlith57, aleksey-rowan, ScriptAutomate and 38 morenickolay-kondratyev, aadimator, kjon-life, tyler-dot-earth, gwenwindflower and 1 morenickolay-kondratyev, aadimator, gwenwindflower and ppenguinppenguin
Metadata
Metadata
Assignees
Labels
area.retrieveRetrieval and recall of notes. e.g. Backlinks, references, graph view.Retrieval and recall of notes. e.g. Backlinks, references, graph view.kind.croptype.epicUmbrella issues representing significant customer impactUmbrella issues representing significant customer impact