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

Evernote GUID and Note Link template placeholders not being replaced if output format is LogSeqMD #586

Closed
bumper314 opened this issue Jan 20, 2024 · 1 comment
Labels
bug Something isn't working Logseq

Comments

@bumper314
Copy link
Contributor

Related to #487

The {evernoteguid} and {evernotelink} template placeholders are not being properly replaced in apply-links.ts when the outputFormat is selected as LogSeqMD.

The issue is in apply-links.ts#L73 when the if statement checks notebookFolder.endsWith(notebookName), because folder-utils.ts#L148 changes the path to end in "journal" or "pages" instead of the notebookname, if the output format is LogSeqMD.

I tested the other output formats and they are fine, just LogSeqMD.

Here is a zip of the config, sample .enex, and output for LogSeqMD and Heptibase for comparison:
YARLE_LogSeqMD_GUID_Link_Replacement_Issue.zip

@akosbalasko
Copy link
Owner

Fixed in v6.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Logseq
Projects
None yet
Development

No branches or pull requests

2 participants