Replies: 1 comment 10 replies
-
I have a cookiecutter for sphinx extention, if people agree I can make set it in no time and hand-over the repository either here or in sphinx-contrib |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently wrote a blog post about some functionality in my blog that lets you embed social media posts into Sphinx sites. A few folks reached out and asked if this could be made into a pip-installable extension. In particular, @12rambau and @kolibril13.
So I'm curious if others would find it useful to have an extension like this in
executablebooks/
. Would @kolibril13 and/or @12rambau be interested in co-maintaining it? If so I'd be happy to quickly create it and release so that we can iterate. @rowanc1 maybe this is a case where we can experiment with standardizing functionality of an extension across both the python + the javascript parsers?1Footnotes
And a future thought: maybe a directive like
```{socialpost}
could be replaced one day by an embed functionality (e.g.
. ↩Beta Was this translation helpful? Give feedback.
All reactions