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

The “denote” links in markdown exported files do not work #334

Open
maikol-solis opened this issue Apr 27, 2024 · 2 comments
Open

The “denote” links in markdown exported files do not work #334

maikol-solis opened this issue Apr 27, 2024 · 2 comments

Comments

@maikol-solis
Copy link

Hi!

Basically, I have this problem, I have searched for a solution, but I haven't found anything relevant.

Imagine you have a markdown file with title My first file and signature 0a with the link

[0b  My second file](denote:20240426T141754)

After exporting the first file with pandoc, I got this in the html

<a href="denote:20240426T141754" target="_blank" rel="noopener">0b My second file</a>

of course, this link doesn't work. What I'm expecting is to have something like

<a href="20240426T141754==0b--my-second-file.html">0b My second file</a>

My solution is to use #327 to change every link to classic markdown everywhere.

However, I don't know if this has any side effects on the backlink system or any denote's features.

Best.

@maikol-solis maikol-solis changed the title The “denote” links in exported files does not work The “denote” links in markdown exported files do not work Apr 27, 2024
@protesilaos
Copy link
Owner

protesilaos commented Apr 27, 2024 via email

@maikol-solis
Copy link
Author

Thanks. I'm willing to help test the new features for markdown files whenever you want.

Best.

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

No branches or pull requests

2 participants