diff options
author | smcv <smcv@web> | 2016-03-21 18:34:40 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-03-21 18:34:40 -0400 |
commit | 30ce222a2e069bc2d383a09b6ee3ffc57e5f33eb (patch) | |
tree | 4ffc5405d6de85e3f2a38b480f050367076d84b8 /doc/plugins/contrib | |
parent | 5be6420aade838d6527b34558a378bbbaa6bd0dc (diff) | |
download | ikiwiki-30ce222a2e069bc2d383a09b6ee3ffc57e5f33eb.tar ikiwiki-30ce222a2e069bc2d383a09b6ee3ffc57e5f33eb.tar.gz |
copy from main page
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r-- | doc/plugins/contrib/remark/discussion.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/plugins/contrib/remark/discussion.mdwn b/doc/plugins/contrib/remark/discussion.mdwn new file mode 100644 index 000000000..1c9cdebb3 --- /dev/null +++ b/doc/plugins/contrib/remark/discussion.mdwn @@ -0,0 +1,19 @@ +## Problem: `inline` <a id="inline"></a> + +Web slides are sort of a regular web page, but not exactly: no action +links, and almost none of the other accoutrements of `page.tmpl`. The +branch's current behavior is that Remark slides are naively inlined like +any other page, which -- because the Markdown is deliberately not being +rendered by ikiwiki -- results in the slide source being displayed (and +not elegantly). Clicking through to the slides works right, of course. + +Should [[inline]] (and more generally [[ikiwiki/PageSpec]]) understand +that web slides are not exactly regular pages? And/or should this plugin +detect when slides are being inlined and allow ikiwiki to process the +Markdown as a sort of "preview"? + +## Concern: safety of web-editing <a id="editing"></a> + +Even though `remarkpage.tmpl` has no action links, is it still possible +for someone to trick their way into web-editing a slide deck? And if +they do, is that dangerous? |