Re: Using text properties to show rendered documents

2019-06-09 Fir de Conversatie Paul Jolly
> The obvious typo, surely :setf markdown? Possibly, but I'm looking for the _rendered_ form of a markdown file, i.e. the file contents minus the markdown, with some Vim interpretation of the markdown in the form of syntax highlighting. i.e. *test* results in test but rendered in italics. --

Re: Using text properties to show rendered documents

2019-06-08 Fir de Conversatie John Little
On Sunday, June 9, 2019 at 3:20:23 AM UTC+12, Paul Jolly wrote: > > Why not just use :self markdown. and a markdown syntax file? > > Apologies, I'm probably missing something obvious here; but what is > the :self command? The obvious typo, surely :setf markdown? regards, John Little -- --

Re: Using text properties to show rendered documents

2019-06-08 Fir de Conversatie Paul Jolly
> Why not just use :self markdown. and a markdown syntax file? Apologies, I'm probably missing something obvious here; but what is the :self command? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Using text properties to show rendered documents

2019-06-08 Fir de Conversatie Ben Jackson
On Thursday, June 6, 2019 at 3:57:41 PM UTC+1, Paul Jolly wrote: > Hi all, > > I'm somewhat/extremely behind on the text properties work, which looks > very exciting. > > In the context of govim (https://github.com/myitcv/govim), I'm > considering using text properties as a way of showing a

Using text properties to show rendered documents

2019-06-06 Fir de Conversatie Paul Jolly
Hi all, I'm somewhat/extremely behind on the text properties work, which looks very exciting. In the context of govim (https://github.com/myitcv/govim), I'm considering using text properties as a way of showing a simple rendering of markdown/HTML within a Vim window (popup to be precise).