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 > > wants to pop up a window to

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 do you want it?

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 Calib

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
On Thu, 2018-09-27 at 20:06 +0200, Andras Simon wrote: > 2018-09-27 19:34 GMT+02:00, 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

Re: Markdown viewer

2018-09-27 Thread Andras Simon
2018-09-27 19:34 GMT+02:00, 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

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). Am I missing somethin

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 plugins, but I copied > /usr/share/vim/vim81/synt

Re: Markdown viewer

2018-09-27 Thread Patrick O'Callaghan
On Tue, 2018-09-25 at 22:16 +1000, Cameron Simpson wrote: > 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 >

Re: Markdown viewer

2018-09-27 Thread Patrick O'Callaghan
me. Perhaps you have > additional requirements. > > A quick web search suggests: > > pandoc file.md | lynx -stdin > > hat tip to: > https://unix.stackexchange.com/questions/4140/markdown-viewer#120519 > > * See what I did there? > > > > I did, and marked you do

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 into "mkv".

Re: Markdown viewer

2018-09-27 Thread Ted Roche
x -stdin hat tip to: https://unix.stackexchange.com/questions/4140/markdown-viewer#120519 * See what I did there? > I did, and marked you down for that. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com ___ users m

Re: Markdown viewer

2018-09-27 Thread JD
alias associated with my release scripts, but the important thing here is that it empts the Markdown to stdout into "mkv". Views nicely in a terminal. Cheers, Cameron Simpson I found this at https://unix.stackexchange.com/questions/4140/markdown-viewer I wrote a lightweight termina

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 > > wants to pop up a window to sho

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 seems remarkably*

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-based viewer for Markdown files.

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. Think 'less', not 'emacs'. I don'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 window to show rich text, b

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 a window to show rich te

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 remarkably* difficult to

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 suc

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. > > It seems remarkabl

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 there? _