Re: vim syntax for markdown

2020-01-30 Thread Aristeidis Dimitriadis
Thanks! using the file from, vim still doesn't skip the "*" character with a "\" within a "**", or "***" block. it does skip it within "*" blocks. but i guess github is the appropriate place for reporting stuff like this. On 1/30/20 10:00 PM, Todd Zullinger wrote: > I wrote: >> You might try

Re: vim syntax for markdown

2020-01-30 Thread Todd Zullinger
I wrote: > You might try grabbing the updated markdown.vim from there > or the vim repo to test. Or watch for vim-8.2.158-1 to land in updates-testing for f30 and f31 in the next updates push. They've been submitted as updates and should reach testing very soon.

Re: vim syntax for markdown

2020-01-30 Thread Todd Zullinger
his is not really important for me but i > guess there must be a way to properly define it. does anyone have any idea? This looks like it was reported and fixed upstream: https://github.com/tpope/vim-markdown/issues/151 You might try grabbing the updated markdown.vim from there or the

vim syntax for markdown

2020-01-30 Thread Aristeidis Dimitriadis
Hello there! the package vim-common includes a file that defines markdown's syntax for highlighting. it can be found at /usr/share/vim/vim82/syntax/markdown.vim. however, it seems to me that there is something wrong in this file. if i write: ***Something*** and something else then "and

Editor with Markdown folding support

2019-08-03 Thread Robert Moskowitz
I have been using Geany for some time for my html and xml (Internet Drafts) writing. Now I am being pushed to learn the IETF kramdown approach to writing drafts which is based on Markdown. The markdown plugin for Geany only colorizes SOME of the tags used. Most importantly I cannot 'fold

Re: Markdown viewer

2018-09-28 Thread Patrick O'Callaghan
On Fri, 2018-09-28 at 16:32 +0100, Dave Cross wrote: > On Mon, 24 Sep 2018 at 12:33, Patrick O'Callaghan > wrote: > > > > I'm looking for a simple terminal-based viewer for Markdown files. I > > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it >

Re: Markdown viewer

2018-09-28 Thread Dave Cross
On Mon, 24 Sep 2018 at 12:33, Patrick O'Callaghan wrote: > > I'm looking for a simple terminal-based viewer for Markdown files. I > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > wants to pop up a window to show rich text, but it's not critical. How simple

Re: Markdown viewer

2018-09-27 Thread Cameron Simpson
On 27Sep2018 21:57, Patrick O'Callaghan wrote: On Thu, 2018-09-27 at 20:06 +0200, Andras Simon wrote: I suggest ebook-viewer (part of calibre) instead of calibre itself, because the latter takes over your machine (I'm exaggarating, but not much). That's an interesting alternative. I use

Re: Markdown viewer

2018-09-27 Thread stan
On Thu, 27 Sep 2018 20:06:37 +0200 Andras Simon wrote: > I suggest ebook-viewer (part of calibre) instead of calibre itself, > because the latter takes over your machine (I'm exaggarating, but not > much). Thanks for the tip. ___ users mailing list --

Re: Markdown viewer

2018-09-27 Thread Patrick O'Callaghan
kdown.vim to ~/.vim/plugin and fired up > > > vim with a .md file. It didn't seem to do anything (i.e. I just see > > > the raw Markdown). Am I missing something? > > > > I wonder if one of the ebook readers would work, FBReader or calibre. > > I know that I can

Re: Markdown viewer

2018-09-27 Thread Andras Simon
to do anything (i.e. I just see >> the raw Markdown). Am I missing something? > > I wonder if one of the ebook readers would work, FBReader or calibre. > I know that I can read html files with FBReader. The latest version > has a quirk, it has to have a path in front of the nam

Re: Markdown viewer

2018-09-27 Thread stan
On Mon, 24 Sep 2018 22:38:12 +0100 Patrick O'Callaghan wrote: > I'm not familiar with vim plugins, but I copied > /usr/share/vim/vim81/syntax/markdown.vim to ~/.vim/plugin and fired up > vim with a .md file. It didn't seem to do anything (i.e. I just see > the raw Markdown).

Re: Markdown viewer

2018-09-27 Thread stan
On Mon, 24 Sep 2018 22:38:12 +0100 Patrick O'Callaghan wrote: > > On Mon, 24 Sep 2018 12:32:42 +0100 > > Patrick O'Callaghan wrote: > > > > > I'm looking for a simple terminal-based viewer for Markdown > > > files. > I'm not familiar with vim plugi

Re: Markdown viewer

2018-09-27 Thread Patrick O'Callaghan
alias associated with my release scripts, but the > > > > important > > > > thing here is that it empts the Markdown to stdout into "mkv". > > > > > >^^^mdv > > > > Views nicely in a te

Re: Markdown viewer

2018-09-27 Thread Patrick O'Callaghan
On Mon, 2018-09-24 at 15:56 -0400, Ted Roche wrote: > On Mon, Sep 24, 2018 at 7:32 AM, Patrick O'Callaghan > wrote: > > > I'm looking for a simple terminal-based viewer for Markdown files. > > > Simple is in the eyes of the beholder. less works for me. Perha

Re: Markdown viewer

2018-09-27 Thread Cameron Simpson
On 25Sep2018 13:32, Jon Ingason wrote: Den 2018-09-25 kl. 12:45, skrev Patrick O'Callaghan: On Tue, 2018-09-25 at 08:47 +1000, Cameron Simpson wrote: "distinfo" is an alias associated with my release scripts, but the important thing here is that it empts the Markdown to stdout

Re: Markdown viewer

2018-09-27 Thread Ted Roche
On Mon, Sep 24, 2018 at 7:32 AM, Patrick O'Callaghan wrote: > I'm looking for a simple terminal-based viewer for Markdown files. Simple is in the eyes of the beholder. less works for me. Perhaps you have additional requirements. A quick web search suggests: pandoc file.md | lynx -stdin

Re: Markdown viewer

2018-09-27 Thread JD
On 09/24/2018 04:47 PM, Cameron Simpson wrote: On 24Sep2018 12:32, Patrick O'Callaghan wrote: I'm looking for a simple terminal-based viewer for Markdown files. I *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it wants to pop up a window to show rich text, but it's

Re: Markdown viewer

2018-09-27 Thread Patrick O'Callaghan
On Mon, 2018-09-24 at 11:24 -0700, stan wrote: > On Mon, 24 Sep 2018 12:32:42 +0100 > Patrick O'Callaghan wrote: > > > I'm looking for a simple terminal-based viewer for Markdown files. I > > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > &g

Re: Markdown viewer (SOLVED)

2018-09-25 Thread Patrick O'Callaghan
On Mon, 2018-09-24 at 12:32 +0100, Patrick O'Callaghan wrote: > I'm looking for a simple terminal-based viewer for Markdown files. I > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > wants to pop up a window to show rich text, but it's not critical. > > It s

Re: Markdown viewer

2018-09-25 Thread Patrick O'Callaghan
On Tue, 2018-09-25 at 13:32 +0200, Jon Ingason wrote: > Den 2018-09-25 kl. 12:45, skrev Patrick O'Callaghan: > > On Tue, 2018-09-25 at 08:47 +1000, Cameron Simpson wrote: > > > On 24Sep2018 12:32, Patrick O'Callaghan wrote: > > > > I'm looking for a simple terminal-b

Re: Markdown viewer

2018-09-25 Thread Jon Ingason
Den 2018-09-25 kl. 12:45, skrev Patrick O'Callaghan: > On Tue, 2018-09-25 at 08:47 +1000, Cameron Simpson wrote: >> On 24Sep2018 12:32, Patrick O'Callaghan wrote: >>> I'm looking for a simple terminal-based viewer for Markdown files. I >>> *don't* want an editor. T

Re: Markdown viewer

2018-09-25 Thread Patrick O'Callaghan
On Tue, 2018-09-25 at 09:07 +0800, Robbi Nespu wrote: > On 9/24/18 7:32 PM, Patrick O'Callaghan wrote: > > I'm looking for a simple terminal-based viewer for Markdown files. I > > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > > wants to pop up a win

Re: Markdown viewer

2018-09-25 Thread Patrick O'Callaghan
On Tue, 2018-09-25 at 08:47 +1000, Cameron Simpson wrote: > On 24Sep2018 12:32, Patrick O'Callaghan wrote: > > I'm looking for a simple terminal-based viewer for Markdown files. I > > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > > wants to pop up

Re: Markdown viewer

2018-09-24 Thread Robbi Nespu
On 9/24/18 7:32 PM, Patrick O'Callaghan wrote: > I'm looking for a simple terminal-based viewer for Markdown files. I > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > wants to pop up a window to show rich text, but it's not critical. > > It seems remark

Re: Markdown viewer

2018-09-24 Thread Cameron Simpson
On 24Sep2018 12:32, Patrick O'Callaghan wrote: I'm looking for a simple terminal-based viewer for Markdown files. I *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it wants to pop up a window to show rich text, but it's not critical. It seems remarkably* difficult to find

Re: Markdown viewer

2018-09-24 Thread stan
On Mon, 24 Sep 2018 12:32:42 +0100 Patrick O'Callaghan wrote: > I'm looking for a simple terminal-based viewer for Markdown files. I > *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it > wants to pop up a window to show rich text, but it's not critical. >

Markdown viewer

2018-09-24 Thread Patrick O'Callaghan
I'm looking for a simple terminal-based viewer for Markdown files. I *don't* want an editor. Think 'less', not 'emacs'. I don't mind if it wants to pop up a window to show rich text, but it's not critical. It seems remarkably* difficult to find such a beast. poc * See what I did

markdown

2014-07-24 Thread Pal, Laszlo
Hi, Maybe someone else already went through this :) I'm going to replace giants like libreoffice to make presentations but I don't want to loose UX :) So, I'm looking for an editor for markdown with integrated and live preview and maybe with some additional functions (like adding images and so

Re: markdown

2014-07-24 Thread Sudhir Khanger
On Thu, Jul 24, 2014 at 9:56 PM, Pal, Laszlo v...@vlad.hu wrote: http://pad.haroopress.com/ -- Regards, Sudhir Khanger. sudhirkhanger.com https://github.com/donniezazen -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: