I’m fairly new to markdown, TagSpaces markdown editor is almost perfect for me and my team to create the control system user documentation for a project I am leading. Although we could use HTML
The files and folder links work perfectly but Is there anyway in the TagSpaces Markdown parser to achieve the below simple HTML for navigating to sections in the same file from an index or do we have to create all as separate files.
Thanks for reporting this, we will enable internal linking in Markdown documents in the next release. There is no way currently to create an anchor manually, but you will be allowed to link to section names. So in your in your case the link should be like <a href="#section-1">Section 1</a>
Thanks for the prompt response, confirming that it is not currently supported. Google AI reports that TagSpaces markdown supports the use of HTML fragments for on page links to headings and sections but it’s not mentioned in TagSpace docs and when I tried using the HTML fragment code in the markdown editor I couldn’t get it to work
.