Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 298

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>remark (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
remark (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: remark<br />
Author: <span class="createlink">schmonz</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<div class="infobox">
Available in a <a href="../../git.html">git</a> repository <a href="../../branches.html">branch</a>.<br />
Branch: schmonz/remark.js<br />
Author: <span class="createlink">schmonz</span><br />
</div>

<p><a href="http://remarkjs.com">Remark.js</a> makes web slides from Markdown. This
plugin integrates Remark into ikiwiki. Simply write <code>your_slides.remark</code>
instead of <code>your_blog_post.mdwn</code>, separating slides with <code>---</code>.</p>

<p>To set shared styles across all presentations on your site, put them in
a top-level <code>remarklocal.css</code>. To set per-presentation styles, use the
<a href="../localstyle.html">localstyle</a> plugin as usual.</p>

<h2>Problem: <code>inline</code></h2>

<p>Web slides are sort of a regular web page, but not exactly: no action
links, and almost none of the other accoutrements of <code>page.tmpl</code>. 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.</p>

<p>See <span class="createlink">Discussion</span>.</p>

<h2>Problem: safety of web-editing</h2>

<p>This plugin is not currently safe for wikis where <code>.remark</code> pages can be
edited by untrusted users; the <a href="../htmlscrubber.html">htmlscrubber</a> is unlikely to be
able to prevent cross-site scripting in this plugin. Make sure only trusted
(administrative) users can create or edit <code>.remark</code> pages.</p>

<p>See <span class="createlink">Discussion</span>.</p>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<a href="../../branches.html" rel="tag">branches</a>

<a href="../../git.html" rel="tag">git</a>

<a href="../type/format.html" rel="tag">type/format</a>

</div>








<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>