markItUp! is a JavaScript plug-in that allows any textarea to be turned into a markup editor.
0
votes
0answers
17 views
File upload in markitup settings
I am using this code :
EasyBlogBBCodeSettings = {
previewParserVar: 'data',
markupSet: [
{name:'$bold', key:'B', openWith:'[b]', closeWith:'[/b]'},
{name:'$italic', key:'I', ...
0
votes
1answer
68 views
Div element's html into textarea
I am using markItUp editor in my webpage and I wanted to do on the fly editing to authorized users. When user double click to post Jquery turns div into textarea and
#textarea.markItUp();
converts ...
0
votes
0answers
47 views
markitup: BBCode-Parser implementation doesn't work
I try to configure markitup, 'cause I want to parse the input before showing in the preview-box.
I downloaded the markitup.bbcode-parser.php from this source and saved the file in the ...
0
votes
0answers
26 views
Is it possible to add a parameter optionally in a markitup open with section using magic markup?
I've got a set of html formatting buttons generated with markitup (in expressionengine), where the open and close with sections allowing magic markup. I'm trying to generate a request for user input ...
0
votes
1answer
36 views
how to add target=“_blank” to markItUp plugin
What I am trying to do:
It appears that by default when you use the link option in markitup to add a link, then clicking on the link opens it in the same page.
What I have tried:
I looked at the ...
0
votes
2answers
107 views
Is it possible to display live preview markitUp?
I'm using wyswim editor markitup from here: http://markitup.jaysalvat.com/
The problem is I need to press a button to preview the content.
I want to add live preview as I type in the content. ...
0
votes
1answer
50 views
Why the content display code html without render it?
I have used MarkiItUp to build a jquery editor. Now when user type content in textarea with html code, like this:
A new <strong>true</strong> question
When record was saved, it save A ...
0
votes
0answers
105 views
Markitup javascript will not load
I'm using markItUp! for BBCodes on my website. It worked fine before, but after rearranging a few things it suddenly stopped working, and I have no idea why.
It doesn't help when I revert my changes, ...
1
vote
0answers
104 views
markitup - auto detect line breaks
I'm using markitup (markitup.jaysalvat.com) to create a customized editor for users who have no experience with html. I've just included the tags h1, bold and hyperlink.
Now I've a problem with the ...
-1
votes
1answer
118 views
Javascript (JQuery) does not fill content into the textarea when form submitting [duplicate]
Possible Duplicate:
Textarea content is not included in $_POST array sometimes, but is at other times.
I have a form which is sent by POST, in it I have a textarea. Here is the code
...
1
vote
1answer
257 views
Rails 3 MarkItUp Preview
So I've implemented the Markitup bbcode editor in my Rails application and I'm currently attempting to get the preview functionality working. I followed a 4 year-old blog entry install markitup! in ...
0
votes
1answer
71 views
Clear text area in MarkItUp?
I'm trying to clear my MarkItUp editor. So far I've figured out how to put text in with the $.markItUp function, but I can't figure out how I'm supposed to clear the text box. I've tried just ...
1
vote
1answer
95 views
Markitup editor doesn't load text back
I have the edit action method pair:
[HttpGet]
public ActionResult Edit(Guid id) {
return View(this.session.Load<Article>(id));
}
[HttpPost, ValidateAntiForgeryToken]
public ActionResult ...
1
vote
2answers
376 views
Loading Images in Yii Markitup Widget
I am trying to load images in Yii EMarkitupWidget. So I open the modal window with multipart/form-data form, uploading image, and trying to get callback from controller with image url. After that I ...
0
votes
1answer
79 views
Exposing a BBCode parser action?
What I'm talking aboit is having a controller like:
[HttpPost, ValidateResult(false)]
public String Preview(String value) {
return BBCode.ToHtml(value);
}
So user can reference it by url. Is ...
1
vote
1answer
132 views
Is there a way to use MarkItUp with client parser AND the server template?
I'm trying to combine MarkItUp! and PageDown, and so far it's working great. I'm using MIU to create an editor and then giving it my custom function to parse the text with Markdown.Converter.js.
...
0
votes
1answer
85 views
Markitup custom bbcodes
I am trying to create a simple bbcode-enabled text-editor with just couple codes, but I need to create some custom codes and buttons for them such as [cut=#{line}]#{text}[/cut] and ...
0
votes
0answers
92 views
Markitup bbcode
How to catch data from markitup texteditor and display it on the same page that it was submitted from?
I have tried this but get an error thats says undefined index bbcode.
<script ...
0
votes
0answers
104 views
iFrame on texteditor (markitup) doesn't not work when using ajax
I have a page that shows the question and its answers (showQuestion.html); and the page
that shows the list of questions (showQuestionList.html). I'm using the ajax to load
the showQuestion.html ...
0
votes
1answer
59 views
Pure Client-Sided Markitup
As my understanding, Markitup needs server side to do parsing. Is there any pure client-sided Markitup?
0
votes
1answer
119 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 ...
1
vote
1answer
159 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
...
0
votes
1answer
531 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
1answer
388 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 ...
2
votes
2answers
562 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 ...
1
vote
1answer
954 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 ...
2
votes
2answers
238 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
209 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
1answer
128 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
195 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?
3
votes
1answer
417 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 ...
0
votes
0answers
174 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
1answer
253 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
231 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
1answer
1k 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
404 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
254 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
847 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
243 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
428 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)?
3
votes
1answer
605 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
737 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. ...
0
votes
1answer
841 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]
...
2
votes
3answers
3k 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
238 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! ...
0
votes
3answers
541 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 ...
2
votes
1answer
774 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 ...
1
vote
0answers
500 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
498 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
332 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 ...



