We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When duplicating a (non-TextBundle) note, any images are copied. But the new note will still point to the original files if the path is URL-encoded.
The Markdown image link in the note changes to a UUID.
5.1.2
macOS 10.14.6
The Note move function does a search & replace based on the output of getAllImages, which removes any encoding.
getAllImages
The text was updated successfully, but these errors were encountered:
#715
Sorry, something went wrong.
#1241
9697957
https://github.com/glushchenko/fsnotes/releases/download/5.4.0/FSNotes_5.4.0.zip
IMHO a bit of a hack, but works for me. Thanks!
glushchenko
No branches or pull requests
Description
When duplicating a (non-TextBundle) note, any images are copied. But the new note will still point to the original files if the path is URL-encoded.
To Reproduce
Expected behavior
The Markdown image link in the note changes to a UUID.
FSNotes version
5.1.2
macOS/iOS version
macOS 10.14.6
Additional context
The Note move function does a search & replace based on the output of
getAllImages
, which removes any encoding.The text was updated successfully, but these errors were encountered: