similar to: WMD: the Wysiwym Markdown Editor

Displaying 20 results from an estimated 5000 matches similar to: "WMD: the Wysiwym Markdown Editor"

2007 Feb 28
7
Showdown -- A javascript port of Markdown
Hi, I've just posted the first public version of Showdown, a full javascript port of Markdown. It's 10KB and works in all major browsers. Try out the sample app: <http://www.attacklab.net/showdown-gui.html> Full source code is available: <http://www.attacklab.net/showdown-v0.9.zip> All the heavy lifting is done by the browser's regular expression engine, so
2007 Mar 03
1
Markdown within HTML
Before I start writing an HTML parser for Showdown, I want to see if there's a safe way to have Markdown process the contents of HTML block elements by default. I don't think markdown="1" is an official part of the language yet, so this seems like a good time to talk about it. Being able to wrap Markdown text in divs and spans would make it possible to add more structure to
2008 Sep 11
0
Draftastic -- Markdown-based collaborative editor
Hi everyone, We've just launched a collaborative editing site that relies heavily on Markdown. We wanted to say thanks, and we'd love any feedback from the Markdown community. http://draftastic.com/ is a realtime, multi-user text editor. It does locking on arbitrary blocks of text, rather than locking at the page level or trying to merge character-by-character changes, neither of
2017 Jun 16
1
Markdown editor for CentOS 7?
Is geany available for Centos? It works well for markdown, though I use it for xml and html. On 06/16/2017 07:25 AM, Yamaban wrote: > On Fri, 16 Jun 2017 11:27, Nicolas Kovacs wrote: > >> Hi, >> >> I recently discovered Markdown, and I'm currently using it to write some >> documentation for CentOS 7. >> >>
2017 Jun 16
0
Re: Markdown editor for CentOS 7?
On Fri, 16 Jun 2017 11:27, Nicolas Kovacs wrote: > Hi, > > I recently discovered Markdown, and I'm currently using it to write some > documentation for CentOS 7. > > https://github.com/kikinovak/formation-linux > > For the time being, I'm using my good old Vim editor for writing it. I > turned off syntax highlighting, since this produces random results with >
2017 Jun 16
4
Markdown editor for CentOS 7?
Hi, I recently discovered Markdown, and I'm currently using it to write some documentation for CentOS 7. https://github.com/kikinovak/formation-linux For the time being, I'm using my good old Vim editor for writing it. I turned off syntax highlighting, since this produces random results with Markdown. Pages are correctly displayed on Github, but in order to see them, I have to push
2010 Apr 02
1
Javascript implementation of PHP Markdown Extra?
I've been using the John Fraser's Showdown JavaScript port of Markdown to do real-time previews in-browser. But I also would like to take advantage of some of the extensions in Michel Fortin's PHP Markdown Extra. Has anyone already tried to implement Markdown Extra in JavaScript? Thanks, Keith
2011 Oct 28
0
the next mountain for markdown to climb up
fletcher said: > > If you're working on a long document, > > it's not realistic to expect an as you type live preview - > > the performance just won't be there. i said: > i'll wait to challenge you on this assertion until i see > just exactly how well my app works in such situations. i've now done tests, and can conclusively
2012 Oct 31
2
New List of implementations.
Hey everyone. Just and FYI that I started a list of markdown implementations: https://github.com/markdown/markdown.github.com/wiki/Implementations Please review and make any corrections/additions. The page should be publicly editable as long as you have a github account. Note that this is a list of _libraries_, which differentiates it from wikipedia's list [1]. For example, mmd2pdf is a
2010 Apr 20
2
Parser question + Markdown "wysiwyg"
Hi all I've started writing an OS X Markdown "editor"[1] that semi-formats your markdown document as you write it. I just wanted to put something together, so went with a regexp-based setup for parsing -- Not ideal! I'd really like to use an existing parser, but I need to get access to the parse-tree *with* character offets, rather than just html output, as I'm adding
2012 Feb 02
1
Mac markdown editor that saves as .txt (John Laudun)
John, you've hit the nail on the head here. I finally know I can manually change my files to the .txt extension (thanks to helpful suggestions here), but it would be excellent if MMD Composer: a) had an option in the drop-down to save with the .txt extension, and b) had a preference the user could set to choose the default file extension for all files. It would increase ease of
2017 Jun 17
0
Markdown editor for CentOS 7?
There are a bunch of different markdown editors based on election at https://electron.atom.io/apps/ On 16 Jun 2017 3:51 pm, "Yamaban" <foerster at lisas.de> wrote: On Fri, 16 Jun 2017 16:39, Nicolas Kovacs wrote: > Le 16/06/2017 ? 16:03, Nicolas Kovacs a ?crit : > >> >> Thanks very much for your advice! This is a real life-changer for me. I >> had to
2011 Oct 17
0
akaya.me -- also known as yet another markdown editor
emmanuel said: > Thanks again for the detailed comments. well, sir, you deserve them. and i must say that your responses are uniformly impressive, both individually and -- most especially -- in their aggregate. the only one of them that would still wrinkle my forehead is the thought of possibly limiting the program only to chrome. i believe that might be a decisive turn-off to too many
2008 Jul 17
0
Markdown Editor plugin for Eclipse
Hello, I'd like to announce an improved version of my Markdown Editor plugin for the popular Eclipse Java + everything else IDE. The Markdown plugin has moved from it's old location. The new location is: http://winterwell.com/software/markdown-editor.php There's syntax highlighting, a preview window, and it can export to html. The best feature is the document outline, which is a joy
2017 Jun 16
0
Markdown editor for CentOS 7?
Le 16/06/2017 ? 16:03, Nicolas Kovacs a ?crit : > Thanks very much for your advice! This is a real life-changer for me. I > had to fiddle a couple hours with Node.js and tweaking Vim until > Markdown was handled correctly, but now I have a really nice work > environment for Markdown. > > https://pasteboard.co/f7IluMot.png I wrote a little documentation with some detailed
2017 Jun 16
3
Markdown editor for CentOS 7?
Le 16/06/2017 ? 13:25, Yamaban a ?crit : > First, there are "preview" plugins for vim, you might want to look at > them first: > https://github.com/suan/vim-instant-markdown Hi, Thanks very much for your advice! This is a real life-changer for me. I had to fiddle a couple hours with Node.js and tweaking Vim until Markdown was handled correctly, but now I have a really nice
2011 Feb 08
2
two lists without separating text (corner case?)
First we consider two lists with different type: - foo - bar 1. first 1. second There are two interceptions: a. one unordered list b. one unordered list followed by one ordered list Implementations conforming to a: - Markdown.pl - Python Markdown - BlueCloth - MarkdownJ - markdown.lua, - Showdown Implementations conforming to b: - PHP Markdown - Text::Markdown - Maruku - Pandoc - Discount
2012 May 09
1
ultimate markdown editor wishlistbowerbirdd
i should probably just let this listserve die, but... *** anyway, it's that brett terpstra fellow again... > http://brettterpstra.com/my-ultimate-markdown-editor-wishlist/ -bowerbird -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20120508/8915e1cf/attachment.htm>
2011 Oct 02
2
Mou - Markdown editor for web developers
Hi all, I made a new markdown editor for Mac, named Mou - http://mouapp.com It's still in early beta stage. Requires OS X 10.7+ to run. Let me know how do you think about it. :) Kudos to John Gruber who invented Markdown language, as always! :) Best regards, Chen Luo
2008 Mar 22
7
Babelmark
I'm currently attempting to write a spec for parsing Markdown Extra, and since one goal is to minimize the differences in output between implementations, I've made a tool allowing me to compare who does what for any given input. I hope this can also facilitate future discussions about the syntax. So here's Babelmark, a testbed for various Markdown implementations were you