kevboh / longform

A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Other
662 stars 31 forks source link

Fix external link regex #194

Closed b-camphart closed 12 months ago

b-camphart commented 1 year ago

External link regex was greedily capturing any character except newlines This small change makes it capture as few characters as possible

fix #189

b-camphart commented 1 year ago

@kevboh curious if I should tackle #95 here too, since I'm touching the Regex anyway.

kevboh commented 1 year ago

95

Please do! Sorry for the late reply.

b-camphart commented 1 year ago

fix #95