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