Tagged Questions
1
vote
1answer
48 views
Markitup always shows html special chars after reading from db
In my db I'm storing something like this:
<p>something</p>
and then i'm loading that value into a markitup editor, but it keeps showing up like this
...
1
vote
0answers
38 views
How to use Farbtastic with Markitup?
Im using Markitup and i need a Color Picker.
There is a example on the Website with Farbtastic.
But i cant get it to work. Maybe it is broken, but im not that good at Javascript. Can anyone please ...
1
vote
1answer
119 views
How do I insert text at the focus into a markitup editor with javascript?
I've implemented markitup to handle users entering markdown text. I want to replace the default image insert command with a nice jquery routine that lets the user browse for an image. I'm able to edit ...
0
votes
0answers
50 views
jQuery markingup! and IE error on certain pages
I have an app that uses jQuery 1.4.4 with latest markitup! extension.
I have no problems with Firefox, everything works.
But IE (in my case IE8) is giving me some real headache.
I have a textbox ...
0
votes
0answers
114 views
error in firefox with markitup
I get the following error when I use MarkItUp Editor,
uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLTextAreaElement.selectionStart]" ...
0
votes
0answers
88 views
How do I get just a preview editor in Markitup?
I expected Markitup to be a bit link the tinymce wysiwyg where clicking bold would bold your text in front of you. Instead all I get is the code for bold in html. How do I get it so that it is just an ...
0
votes
1answer
127 views
markitup editor display output as html, and strip tags
im using this rte in bbcode format.
http://markitup.jaysalvat.com/home/
once the textarea is submitted i'm saving it with bbcode format.
but i need 2 things.
how do i now display it as html?
how ...
0
votes
2answers
674 views
markitUp WYSIWYG JQuery Editor, basic question - Rails app
I recently installed MarkItUp, the JQuery WYSIWYG editor located here: http://markitup.jaysalvat.com/documentation/
It was a pretty easy install, and my text area looks correct. However, the text is ...
0
votes
1answer
193 views
MarkItUp: Tab/Indent, Set Selection
I see that theres is no build in way for doing tabs/indents in MarkItUp? So I did something like
onTab: {
keepDefault: false,
replaceWith: function(markItUp) {
return ...
0
votes
1answer
149 views
Configure the Textile set in MarkItUp!
I am trying to configure the Textile set of MarkitUp! and facing the following issue:
I do not want h1. h2. h3. h4. h5. and h6. options in the editor. So i removed them from the default textile set ...
0
votes
3answers
411 views
Customizing the markitUp Toolbar
Has anyone figured out how to truely customize the markitup toolbar? Sure you can remove items from the mySettings config variable but that somehow garbles the toolbar. You end up with the right ...