HELL YES! Render errors are so much better than CORS errors!
Now to get misskey support working for realsies
Now to get misskey support working for realsies
sphinx-fediverse 0.5.2 is released with initial support for running on Misskey/*key instances.fedi-comments rather than mastodon-commentssphinx-fediverse 0.5.3 is released. The big thing here is I've separated the rendering logic from comment parsing, so it's easier to support both flavors. Rendering is still pretty janky, but it's a good start towards the final setup.sphinx-fediverse 0.6.0 is now released. Since the previous version...@[email protected] will become @LivInTheLookingGlass\[email protected]<small><center><i><plain>replaceEmoji() to work with DOM elementsreplaceEmoji() that caused only the first paragraph of posts to be renderedreplaceEmoji() to directly produce DOM elements instead of relying on the parsersphinx-fediverse is now out of beta and has a stable release! It'a ready to go for enabling comments sections in your Sphinx-generated web pages@LivInTheLookingGlass A code snippet with black background, and light yellow highlights, showing the function RenderComment. Inside the function, there are variables such as "user", "domain", "handle", "commentUrl", and "userUrl". There are also conditional statements checking for "fediflavor" and "comment.sensitive". HTML tags like "div", "img", "a", "span", and "details" are being used to construct a string. The code also includes lines that parse a string with emojis and create a document fragment. Finally, the function returns the fragment.
Provided by @altbot, generated using Gemini