This is an excellent feature.  Thanks for making it more accessible.

I have sent a message to the author advocating your patch.  Hopefully
anyone else interested might do the same.  You will find a contact
form on the author's website.  See: http://www.jaysalvat.com/



On May 2, 12:18 am, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> you just need this code in your views and plugin_wiki/markitup under
> static/.
>
> {{
> response.files.append(URL('static','plugin_wiki/markitup/
> jquery.markitup.pack.js'))
> response.files.append(URL('static','plugin_wiki/markitup/sets/markmin/
> set.js'))
> response.files.append(URL('static','plugin_wiki/markitup/skins/
> markitup/style.css'))
> response.files.append(URL('static','plugin_wiki/markitup/sets/markmin/
> style.css'))}}
>
> <script>
> jQuery(document).ready(function() {
>
> jQuery('textarea').css('width','700px').css('height','400px').markItUp(mySettings);});
>
> </script>
>
> Massimo
>
> On May 1, 5:49 pm, villas <villa...@gmail.com> wrote:
>
> > As I understand it,  we only get the Markitup editor for a text field
> > when we install plugin_wiki.
> > Does anyone have an easy step-by-step method to do it otherwise?
>
>

Reply via email to