toolstack / Folio

A beautiful markdown note-taking app for GNOME (forked from Paper)
GNU General Public License v3.0
185 stars 22 forks source link

Dotted numbers considered as a link #200

Closed machitgarha closed 2 weeks ago

machitgarha commented 2 weeks ago

Numbers separated with more than two dots are considered a link, e.g. 1.2.3.

toolstack commented 2 weeks ago

You can control how strict the url detection is through Preferences->Markdown URL Detection, changing it to strict will remove this behaviour.

Unfortunately URL's are hard to detect in free form text, so there will always be some false positives like this if you want to catch as many as you can.

machitgarha commented 2 weeks ago

Alright, so it would need #50 to work correctly.

toolstack commented 2 weeks ago

Possibly 🤷‍♂️

Will depend on if that includes link parsing or not.