dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Hyperlinks Open In Application #52

Closed dhunt84971 closed 3 years ago

dhunt84971 commented 3 years ago

When the markdown view is enabled, clicking on a link will open that link within the application window, completely replacing the CalendarNotes application.

Need to force links to open in a separate window.

dhunt84971 commented 3 years ago

Fixed in version 1.1.14. Hyperlinks now open in the browser if one is open or launch the browser, if not.