dvorka / mindforger

Thinking notebook and Markdown editor.
https://www.mindforger.com
GNU General Public License v2.0
2.27k stars 136 forks source link

Link / Autolink HTML Integration #909

Open daevem opened 5 years ago

daevem commented 5 years ago

Hi there, I just want to point out an issue in rendering links inside HTML tags. In fact, if i write something like: <p>[firewall](/home/userx/minforger-repository/memory/Security.md#firewall)</p> MF will render exaclty the same string and not the actual link. This wouldn't be too much a problem, since one could simply avoid using links inside HMTL tags, however when Autolink is toggled this happens automatically. Here's an example:

capture2 capture1
dvorka commented 5 years ago

@daevem you are right - I released autolinking (as preview feature), but probably it was too early. I'm aware of this issue and have new design for autolinking ready. I hope to bring fast and correct autolinking implemenation in the next feature release https://github.com/dvorka/mindforger/milestone/44

Thank you for sending the issue and your interest in MindForger!

daevem commented 5 years ago

I see, that's great I will be looking forward to it 👍
Thank you, for your work, MindForger is a great tool!