this is actually why dendron's note reference synt...
# chat
k
this is actually why dendron's note reference syntax is rather verbose:
Copy code
yml
(( 
    ref:[[name]]#anchor1:#anchor2
))
i want it to support more exotic references and operators moving forward
Copy code
yml
(( 
    ref:[[foo.csv]],
    startLine: 2,
    endLine: 5
))
some other operators:
Copy code
yml
startRegex: /^foo/  # use for anything
startKey: fooKey # use for yaml and frontmatter
startHTMLId: ... # use for <span> tags inside markdown to reference arbitrary sentences