davidmyersdev / octo

A local-first, progressive web app for knowledge management
https://octo.app
Mozilla Public License 2.0
411 stars 27 forks source link

Direct links do not show suggestions when there is already a direct link in the same line #270

Closed davidmyersdev closed 3 months ago

davidmyersdev commented 4 months ago

Direct links (e.g. [[Some Page]]) do not show suggestions when there is already a direct link preceding it in the same line. With the following example, delete the "Another Page" contents and attempt to type a page name. It should show a suggestion (if the page exists), but it does not.

This is a line that links out to [[A Page]]. When I try to link to [[Another Page]], it does not show suggestions.

This might be a regex problem. More details TBD.