rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
256 stars 24 forks source link

<<a>> and [[a]] not supported. #77

Open cmal opened 1 year ago

cmal commented 1 year ago

<> and [[a]] not supported.

ispringle commented 1 year ago

Is <<a>> org syntax? As for [[a]] if should be working but you do have to implement your own link parsing for anything other than raw paths/URIs. So if your link is [[file:/foo/bar]] you need to implement the parsing of that to an actual file.

rasendubi commented 1 year ago

Yes, it's org syntax. <> is a radio target and [[a]] is a radio link. These are currently not implemented indeed

ispringle commented 1 year ago

Oh, I thought radio targets were a triplet of < > not a pair.

https://orgmode.org/manual/Radio-Targets.html

Huh, this is called a "dedicated link". I'd not ever heard of that.

https://orgmode.org/manual/Internal-Links.html