Mr0grog / google-docs-to-markdown

A minimal webapp for converting Google Docs to Markdown
https://gdoc2md.com
BSD 3-Clause "New" or "Revised" License
201 stars 37 forks source link

Support links to bookmarks in the document #214

Closed Mr0grog closed 1 month ago

Mr0grog commented 1 month ago

We already support links to headings in the document, but links to bookmarks have been hard because the GDocs HTML format does not include the locations of the bookmarks. In #213 we added tooling that makes it much easier to figure out where in the text objects from the Slice Clip format belong, so now we can put the bookmarks in the right place, which then allows us to link to them.

Fixes #134.