d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vulpea-make-link-string

d12frosted opened this issue · comments

I see in many places (vulpea, vino, environment) I have the following pattern:

(org-make-link-string
          (concat "id:" (vulpea-note-id note))
          (vulpea-note-title note))

Would be lovely to have an utility for that.