X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e9f25595206a24e0143cd69ba0467b1b32d0b1e2..e71622d233660b5ba305d68e586d7d14ff2124e6:/doc/todo/object_support.mdwn diff --git a/doc/todo/object_support.mdwn b/doc/todo/object_support.mdwn index e7a9dd811..527f45ad1 100644 --- a/doc/todo/object_support.mdwn +++ b/doc/todo/object_support.mdwn @@ -1,3 +1,3 @@ -[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[Giuseppe Bilotta]]"]] +[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[GiuseppeBilotta]]"]] I have created a rather straightforward adaptation of the `img` directive to implement `object` support. The intended use case is to allow inclusion of SVG images that use interaction and/or load external resources, which are not supported in modern browsers via the `img` tag because security. The new directive is called `obj`, and it's implemented as part of the `img` plugin. The patch implementing it is available in my `obj` branch