kevins8
09/10/2020, 6:06 PMyml
- people hierarchy: people.{name}
- meet hierarchy: meet.journal.{date}.hint
i have a section in every meeting note for people that are involved
yml
# notes
- ...
# people
- [[people.jojanaho]]
this way, i can navigate to the people note and have backlinks to all conversations we've hadkevins8
09/10/2020, 6:07 PMkevins8
09/10/2020, 6:08 PMkevins8
09/10/2020, 6:09 PMjojanaho
09/10/2020, 6:11 PMjojanaho
09/10/2020, 6:11 PMkevins8
09/10/2020, 6:13 PMkevins8
09/10/2020, 6:16 PMyml
((
ref:[[name]]#anchor1:#anchor2
))
i want it to support more exotic references and operators moving forward
yml
((
ref:[[foo.csv]],
startLine: 2,
endLine: 5
))
some other operators:
yml
startRegex: /^foo/ # use for anything
startKey: fooKey # use for yaml and frontmatter
startHTMLId: ... # use for <span> tags inside markdown to reference arbitrary sentences
jojanaho
09/10/2020, 6:18 PMmarkdown
## Ingredients:
| id | name |
| ---- | -------- |
| §cuc | cucumber |
| §tom | tomato |
| §pot | potato |
## Dishes
| id | name | ingredients |
| ------ | -------- | -------------- |
| §soup1 | Odd Soup | $cuc $tom $pot |
jojanaho
09/10/2020, 6:19 PMjojanaho
09/10/2020, 6:20 PMjojanaho
09/10/2020, 6:21 PMjojanaho
09/10/2020, 6:22 PMjojanaho
09/10/2020, 6:24 PMkevins8
09/10/2020, 6:26 PMkevins8
09/10/2020, 6:27 PMjojanaho
09/10/2020, 6:28 PMjojanaho
09/10/2020, 6:28 PMjojanaho
09/10/2020, 6:28 PMkevins8
09/10/2020, 6:28 PMkevins8
09/10/2020, 6:29 PMjojanaho
09/10/2020, 6:29 PMkevins8
09/10/2020, 6:31 PMlink
and as a note reference
(radical idea: in the future, they'll be the same thing. a link is just a special case of a note reference that doesn't show the content)kevins8
09/10/2020, 6:32 PMjojanaho
09/10/2020, 6:33 PMjojanaho
09/10/2020, 6:35 PMjojanaho
09/10/2020, 6:36 PMkevins8
09/10/2020, 6:38 PMkevins8
09/10/2020, 6:38 PMjojanaho
09/10/2020, 6:44 PM