Powered by
see https://github.com/dendronhq/dendron/blob/mast...
# questions
k
kevins8
06/28/2022, 1:13 AM
see
https://github.com/dendronhq/dendron/blob/master/packages/engine-server/src/markdown/remark/backlinks.ts#L76:L76
to get backlinks, you can use
note?.links.filter(ent => ent.type === "backlink")
getting started docs are here:
https://docs.dendron.so/notes/sPDJcZPRfXhKwnmnh9Pea
Previous
Next