Tagged Questions
The markitup tag has no wiki summary.
5
votes
2answers
1k views
MarkItUp! continous preview refresh without hitting enter
I'm using MarkItUp (http://markitup.jaysalvat.com/) and can't really figure out how to get it to continuously update the preview pane as each character is typed (or even when a 'space' is ...
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
455 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
783 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
0answers
204 views
How to get markitup editor, using markdown set, to send markdown instead of html
I'm using rails and have a markItUp editor in place, using the Markdown custom set. The only thing I can't figure out is how to get it to submit raw Markdown instead of converted html. I plan on ...
2
votes
1answer
556 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
839 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
747 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
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
341 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
1answer
246 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 ...
1
vote
2answers
279 views
markitup preview toggle
I want to add a button to a markitup set by which i can toggle preview, that is if i click on preview button i can see the preview, if i want to hide the preview - i can hide it by using that button. ...
1
vote
2answers
846 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
1answer
119 views
Where to put third-party plugins/libraries in ASP.NET MVC
I'm using the markItUp! jQuery-based editor in an ASP.NET MVC project. I understand the purpose of the various default folders in ASP.NET MVC, but I'm not sure how a third-party plugin like markItUp! ...
1
vote
0answers
324 views
I can't get the MarkItUp to display bbcode in the preview
I want to use markItUp to allow users to format their text using bbcode, but the preview isn't working.
I've downloaded markItUp 1.1.8 from the site and tested this locally. The default behaviour is ...
1
vote
1answer
281 views
Integrating MarkitUp and MarkdownSharp with asp.net forms website
I'm using markdownsharp with my asp.net forms website.
I want to use MarkItUp as my editor and have found a straight forward article on how to integrate with MVC which seems straight forward enough: ...
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 ...
1
vote
2answers
464 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
796 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
67 views
Force HTML editor to recognize/tolerate CMS specific tags
I'm planning on using an instance of Markitup (http://markitup.jaysalvat.com/home/) to format HTML on a site, but was hoping to include buttons/settings specific to the CMS I'll be pulling content ...
0
votes
0answers
11 views
configure Markitup to allow an area of text to be marked with a custom attribute
I want (a user) to be able to highlight a section of text in Markitup and apply a "hidden" attribute and/or css class to it. the choice of attibutes should be available as a drop down list. Any ...
0
votes
1answer
102 views
Having trouble with Textile PHP parser for MarkItUp
I've created a Jekyll based blog using Textile markdown, and I was working on creating an editor using Markitup I am having a heck of a time getting the php textile parser to work so I can see the ...
0
votes
0answers
104 views
markitup wysiwyg editor will not load in rails 3.1
trying to get the markitup editor to play nicely with rails 3.1. keep getting a "markitup is not a function javascript" error.
can someone pleas point me to some specifc steps to get this working ...
0
votes
1answer
69 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
215 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
33 views
Atlassian JIRA Rich Editor using Mark It Up! Wiki ToolBar
I am using mark it up component from Mark it Up!. It runs on Atlassian JIRA 4.2.1 very good. But i want to be able to preview that on wiki format. Something like Confluence Rich text Editor preview ...
0
votes
0answers
104 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
2answers
62 views
Need help with php code to use the markdown parser
I am attempting to use MarkItUp and PHP Markdown Parser. But I am don't know how to invoke the parser in the preview.php file.
My preview.php is invoked and correct form data is sent by inspect the ...
0
votes
0answers
116 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
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
2answers
76 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
21 views
markitUp and xhtml symbols
Is there a way of displaying characters such as
< >
inside of the markItUp textarea?
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
65 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
0answers
81 views
markitup: How to automatically resize preview pane?
How is it possible to make the preview pane shrink and grow automatically with the length of the written text using markitup-editor?
I want the same behaviour as in stackoverflow...
Currently the ...
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
0answers
136 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
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
2answers
370 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
150 views
JavaScript HTML Editor for Wiki-like Site?
I have a wiki-like site where users can post and edit. I need a good HTML editor. I've tried CKEditor and it was problematic because people often cut and paste. They take with them styles and ...
0
votes
1answer
289 views
Markitup editor and image upload
Does any of you experts know of any plugins for markitup which does an implementation of an image upload for mvc.net (or asp.net forms)?
0
votes
1answer
439 views
RegEx to strip BBCode tags from a string
I'm working on a feature that uses the JQuery MarkItUp! editor as a BBCode editor. I'm only allowing a small subset of BBCodes including the following:
[b]
[i]
[quote]
[quote=Mr Incredible]
[img]
...
0
votes
1answer
244 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 ...
0
votes
1answer
185 views
Problem getting preview from Django-MarkItUp in Admin interface
I am working on a custom markup formatter for Django and I wanted to interface it with MarkItUp.
It is successfully being called when I save the field, which is of type MarkupField, but when I try to ...
0
votes
1answer
212 views
How do I protect my website from javascript injection attacks when using rich text editors?
Hi all I am using the markitup editor to get the value for one of my fields and storing it a sql server 2008 db. Now I guess the problem is people having script tags and javascript in the editor and ...
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 ...