ndwarshuis / org-sql

SQL backend for Emacs Org-Mode
GNU General Public License v3.0
97 stars 9 forks source link

parse custom link types and add them to the links table #17

Closed jarofromel closed 1 year ago

jarofromel commented 1 year ago

Hi, I use custom link types, examples are below. These links are not stored in the links table. It would be nice to have them there as well.

* custom link types
[[wikipedia:Statistical_distance]]
[[google:Validating Causal Model]]
[[ticker:intel]]
jarofromel commented 1 year ago

They are not custom link types as I just learned. The links above are links abbreviation defined in the variable org-link-abbrev-alist. They are also stored in the links table under https link_type image

So I would reframe this feature request as: The abbreviation of the link should have new column in the links table.