Post A3yTMGTo2NkWyltci8 by daniels@fosstodon.org
(DIR) More posts by daniels@fosstodon.org
(DIR) Post #A3yQjmO9GfQgjxlrGq by hyperrealgopher@fosstodon.org
2021-02-05T19:41:51Z
0 likes, 0 repeats
Is there a good #Markdown previewer for #vim that doesn't involve node? Right now I'm just using #gedit for something which is able to preview an HTML-rendition of Markdown as I edit a README.I guess I could make something myself, but I'd rather not.
(DIR) Post #A3yTMGTo2NkWyltci8 by daniels@fosstodon.org
2021-02-05T20:11:17Z
0 likes, 0 repeats
@hyperrealgopher not sure about markdown in particular. I've used the built-in make functionality when writing rst. I just execute it on save or by hand. It then will be compiled to an PDF. This is opened side by side and the PDF viewer refreshes and keeps the current view port.Maybe that generic solution helps?That way you can use whatever compiler you prefer. And there are tons in many languages :)
(DIR) Post #A40DOW4TpUjKxq1PDU by mathew@mastodon.social
2021-02-06T16:21:50Z
0 likes, 0 repeats
@hyperrealgopher https://reposhub.com/go/command-line/MichaelMure-mdr.html
(DIR) Post #A40bNwK18ufWzOXymO by meine@mastodon.social
2021-02-06T20:50:38Z
0 likes, 0 repeats
@hyperrealgopher try gummi if you want a side by side previewhttps://www.gummi.app/or just use pandoc to view an .md as .pdfbut wouldn't it be more practical to first write, then edit, do layout and after that view the result?#Vim isn't made for mixing up those tasks, it's made to separate them
(DIR) Post #A40pkZ0nNESMiHEpdY by hyperrealgopher@fosstodon.org
2021-02-06T23:31:38Z
0 likes, 0 repeats
@meine I'm not so sure I agree. The markdown preview plugin for vim seems pretty good. I just don't like node. I was thinking of writing my own plugin that handled writing html to tmp every :w and opening it in a web browser among other things. Otherwise I think gedit is okay for this purpose (it has a good markdown preview plugin).
(DIR) Post #A40pv9qvFtw9rufixk by hyperrealgopher@fosstodon.org
2021-02-06T23:33:33Z
0 likes, 0 repeats
@meine The markdown preview plugin for vim seems pretty good. I just don't like node. I was thinking of writing my own plugin that handled writing html to tmp every :w and opening it in a web browser among other things. Otherwise I think gedit is okay for this purpose (it has a good markdown preview plugin). My use case is I have a massive readme for a project and reading it in vim is kind of a pain.
(DIR) Post #A42gUCrZRatQ7Cy7n6 by meine@mastodon.social
2021-02-07T20:57:16Z
0 likes, 0 repeats
@hyperrealgopher can understand that, might depend on the kind of text you write. I always make my writings as clean as possible to have a good view in #Vim. however, my texts hardly have any pictures, tables etc.
(DIR) Post #A42h53kqGwDYa2OW2a by meine@mastodon.social
2021-02-07T21:03:57Z
0 likes, 0 repeats
@hyperrealgopher can understand that, might depend on the kind of text you write. I always make my writings as clean as possible to have a good view in #Vim. however, my texts hardly have any pictures, tables etc.my experience is, that it is also training and habit whether you want some sort of WYSIWYG.resisting on layout makes my work on the contents more concentrated