You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written some code to render Markdown to HTML. The goal was to be able to copy a document to clipboard so it can be pasted for instance to gmail.
Another developer approached me to expose the rendering as an API. I'm not very enthusiastic about other plugins depending directly on my plugin, so I was thinking of extracting the functionality into a separate library. I've seen frequent questions about overcoming Obsidian's MarkdownRenderer shortcomings on Discord, and I've seen this implemented in several plugins, so it would probably have some utility to other plugin developers.
I thought that this library would be a good place to include it. I can of course also publish it as a separate library. What do you think ?
The text was updated successfully, but these errors were encountered:
Hello,
I've written some code to render Markdown to HTML. The goal was to be able to copy a document to clipboard so it can be pasted for instance to gmail.
Another developer approached me to expose the rendering as an API. I'm not very enthusiastic about other plugins depending directly on my plugin, so I was thinking of extracting the functionality into a separate library. I've seen frequent questions about overcoming Obsidian's MarkdownRenderer shortcomings on Discord, and I've seen this implemented in several plugins, so it would probably have some utility to other plugin developers.
I thought that this library would be a good place to include it. I can of course also publish it as a separate library. What do you think ?
The text was updated successfully, but these errors were encountered: