aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgiuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a1 <giuseppebilotta@web>2019-10-21 13:02:29 -0400
committeradmin <admin@branchable.com>2019-10-21 13:02:29 -0400
commite9f25595206a24e0143cd69ba0467b1b32d0b1e2 (patch)
tree25c9af3521042090b18e6c782d531dc0fb7eca14 /doc
parented09e963dca001ca8741ff1c5af6ad9f1bcefc73 (diff)
downloadikiwiki-e9f25595206a24e0143cd69ba0467b1b32d0b1e2.tar
ikiwiki-e9f25595206a24e0143cd69ba0467b1b32d0b1e2.tar.gz
Proposed support for object tag
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/object_support.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/object_support.mdwn b/doc/todo/object_support.mdwn
new file mode 100644
index 000000000..e7a9dd811
--- /dev/null
+++ b/doc/todo/object_support.mdwn
@@ -0,0 +1,3 @@
+[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[Giuseppe Bilotta]]"]]
+
+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