Replies: 3 comments 3 replies
-
Hi, I have a personal interest to get interactive SVGs working, so may want to look at this. When you say that it does not seem that Cheers, Alex |
Beta Was this translation helpful? Give feedback.
0 replies
-
When I try to add the plugin to my mkdocs.yaml using VSCode, it flags an error:
`Value is not accepted. Valid values: "blog", "info", "meta", "offline", "optimize", "privacy", "projects", "search", "social", "tags", "typeset", "git-authors", "git-committers", "git-revision-date", "literate-nav", "macros", "section-index", "include-markdown", "material-relative-language-selector", "rss", "git-revision-date-localized", "glightbox", "meta-descriptions", "mkdocstrings", "coverage", "spellcheck", "markdown-exec".yaml-schema: Built-in blog plugin(1)`
Also, it seems that the plugin is then just ignored - I think.
Carl
… On 15 Sep 2023, at 11:35, Alexander Voss ***@***.***> wrote:
Hi,
I have a personal interest to get interactive SVGs working, so may want to look at this. When you say that it does not seem that mkdocs-plugin-inline-svg is supported by mkdocs-material, what do you go by?
Cheers, Alex
—
Reply to this email directly, view it on GitHub <#6014 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAEHTB423XIUHT3C5KGDTWDX2QVNXANCNFSM6AAAAAA4YHE7AA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
OK that's working now. I used the wrong value for enabling the plug-in. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I have an SVG document that includes some javascript that adds some interactive capabilities. This works fine if I open it directly in a browser. However, if I add it to my docs the interactivity does not work. I assume because it's not inline. I then tried adding the
mkdocs-plugin-inline-svg
however that doesn't seem to be supported by mkdocs-material.Is there a preferred way to to add interactive SVG or make my SVG interactive in mkdocs-material ?
Beta Was this translation helpful? Give feedback.
All reactions