ikiwiki/doc/plugins/wmd/discussion.mdwn

23 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-09-07 17:04:43 +02:00
I've tried to retrieve the wmd-editor source tarball lately, but the site seems offline.
From what I've read on the Internet, wmd-editor is not (yet?) free software by itself, and its author has gone MIA.
But it looks like somebody recently took the step to rewrite a wmd-clone under a saner license, see [[pagedown|http://code.google.com/p/pagedown/source/browse/]].
Given all the above, what about upgrading this plugin to use pagedown instead of wmd? It seem a clear win to me... --(unsigned)
2011-09-07 21:43:44 +02:00
2013-11-29 07:01:14 +01:00
> I have moved that conversation to the pagedown plugin todo [[todo/pagedown_plugin/discussion]] page, which now actually has an implementation now, and is free! --[[anarcat]]
2011-09-07 21:43:44 +02:00
Other conversations:
2012-01-28 10:16:52 +01:00
>> I've got pagedown working on my personal site (simon.kisikew.org) but I'm not sure how
>> I can inject the relevant <div>'s in the right place. They need to go **above**
>> the editing <textarea> . (Too bad about the licensing, it's rather nice.)
>> I had to do one minor change to it to have it inject itself into the page properly,
>> and that was to make this change in `Markdown.Editor.js`:
>>
>> `this.input = doc.getElementById("editcontent" + postfix);`
>>
>> on line 247. --[[simonraven]]
2012-01-28 11:05:44 +01:00
>>> Well, I re-figured out that I needed a TMPL_VAR FOO in the template(s). --[[simonraven]]