Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Invalid note links breaking other links during replacement #585

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

akosbalasko
Copy link
Owner

story: #487

bumper314 and others added 2 commits January 20, 2024 16:06
Story:  #487 #584
A more robust check in isEvernoteLink protects against invalid links getting into the link map, causing erronious text replacements in apply-links.ts.
Previously, all links starting with "https://www.evernote.com" were incorrectly assumed to be note links, now those links are better identified by an expected note link format, while other evernote.com links will be correctly treated as regular web links.
@akosbalasko akosbalasko merged commit 38baa37 into master Jan 20, 2024
7 checks passed
@akosbalasko akosbalasko deleted the fix_guid_stuff_bumper314 branch January 20, 2024 15:45
github-actions bot pushed a commit that referenced this pull request Jan 20, 2024
## [6.5.1](v6.5.0...v6.5.1) (2024-01-20)

### Bug Fixes

* Invalid note links breaking other links during replacement ([#585](#585)) ([38baa37](38baa37)), closes [#487](#487) [#584](#584)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants