Tagged Questions
4
votes
2answers
1k views
Integrating MarkItUp rich text editor preview with ASP.NET MVC app
I'm testing out the MarkItUp! rich text editor in a MVC app, and everything is working great with the exception of the preview. In the settings (set.js), there is a previewParserPath property ("path ...
3
votes
1answer
466 views
Trying to integrate Jeditable+MarkItUp and Thickbox/Lightbox
I've managed to successfully integrate MarkItUp with Jeditable based on the instructions on those two sites. What I would really like to do, however, is to have the Jeditable/MarkItUp editing window ...
3
votes
4answers
833 views
Displaying preview panel automatically in markitup! editor
I'm using the markitup! as a markdown editor (example).
Currently, I need to press the preview button (green tick) to display the preview panel.
I would like the preview to be displayed ...
2
votes
1answer
269 views
Can't get jQuery markItUp! to work
I can't get markItUp editor to work. My HTML code is pretty simple and it's copied from documentation:
<script type="text/javascript" src="/jquery.js"></script>
<script ...
2
votes
1answer
571 views
rails markitup/markdown or textile
I would like to give my user's the option to nicely format their comments. I am not really looking for something super fancy, perhaps something lightweight.
There is a ton of information about ...
2
votes
1answer
869 views
How do I make a custom markItUp preview page in PHP?
I have a question about markItUp!'s preview function.
Inside jquery.markitup.js i have these settings:
previewTemplatePath:'~/templates/preview.php',
previewParserPath:'~/templates/preview.php',
...
2
votes
2answers
781 views
Why doesn't Markitup BBcode preview work for me?
I dont know how to make the BBcode preview on Markitup Editor work.
I followed all instructions and the editor is working. I really dont understand what to do to make the correct preview appear. I ...
1
vote
0answers
48 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
407 views
markItUp! and Rails 3.1 don't play along nicely
I'm trying to make markitup! work with rails 3.1, the magic happens inside my posts controller,
so I threw the markup javascript in assets/javascript and added in my posts.js (so only textarea in ...
1
vote
2answers
899 views
jQuery serialize error with textarea filed
I'm using this function, to submit form in the background, with custom messages. It works perfectly, except with textarea fields. I've read that the serialize function has problems with ex. ...
1
vote
2answers
480 views
markItUp for Wordpress widget
I am using markItUp for a textarea in a WP widget (that is, on widgets.php page, while creating and editing a widget).
The textarea is markItUp'ed when I first open the widget, but after I click save ...
1
vote
3answers
840 views
markitup changes the explicitly set size of textarea?
I set up several textarea's with diffrent sizes as:
<textarea class="markItUp" rows="5" cols="80" name="upstring">
or
<textarea class="markItUp" rows="100" cols="80" name="upstring">
...
0
votes
1answer
82 views
regex: ignore between brackets and parentheses
I have a regex that checks that a phrase is included:
var regex = new RegExp( "(\\s|\\b)" + phrases[i] + "(\\s|\\b)", "i" );
var result = regex.test( value );
What I need it to do is ignore the ...
0
votes
2answers
248 views
Rails 3.1 live preview
I would like to have a live preview similar to the one here on stackoverflow.
Using Rails 3.1 and RedCloth, I can not seem to understand how to make it work.
I tried making my own Ajax call such as ...
0
votes
0answers
117 views
jQuery and/or markItUp! choking on CTRL key
I've inherited the company website and a hastily thrown together CMS along with it. Got my first bug today and I'm stumped.
The CMS uses markItUp!, which I'd never heard of before. The problem is ...
0
votes
0answers
126 views
Issues with markItUp! jQuery BBCode editor
I've been implementing BBCode in my project and I am very happy with it this far. However, I am having two serious problems:
I cannot get the preview parser to function.
I cannot edit the menu ...
0
votes
0answers
54 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
2answers
83 views
How to delete buttons in the Markitup toolbar
I am using Markitup. All I want is the paragraph button on the toolbar.
Anyone know how to delete the other buttons?
0
votes
0answers
118 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
68 views
Firefox autoscrolls iframe to top. How to prevent this?
I'm making website with markItUp editor. There's preview functionality - it appends iframe to the DOM, and display preview inside this iframe. I hacked it a little bit, so scroll on the iframe is ...
0
votes
1answer
134 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
0answers
142 views
Is it possible to display just the preview with markitUp?
Is there a way to display only preview window with markitUp!, http://markitup.jaysalvat.com/, during text input from the user?
I found nothing about this in markitUp! documentation.
In fact, I think ...
0
votes
2answers
707 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
2answers
387 views
Insert text into Markitup text editor
I've wrote a code
$(".ka_opinions_quote a").click(function(){
var quoted_text = $(this).parents("div.o_opinion").find(".ka_opinion_txt").text();
var cite_uri = ...
0
votes
1answer
257 views
markitup settings issue
Here is my settings in set.js. I basically don't want the H1 - H3 tags, images etc. So I deleted those lines but my markitup text area appears to not like the settings and shows up like following. I ...