New post: The Markdown Link no. 33

Among today’s links are markdown editors Notesnook, Caret and Melo. Plus there’s Presenterm, a terminal-based presentation tool, and GhostCue, a useful app for those who like to take notes while engaged – or not, as the case may be – in online meetings

https://md-handbook.com/blog/markdown-link-no-33

#markdown #markdowneditors #opensource #slides #Notesnook #Presenterm #Caret #Melo #GhostCue

Was searching for this nice, useful markdown presentation tool which I initially forgot the name of (#presenterm -> https://github.com/mfontanini/presenterm).
During that search noticed that the super versatile #pandoc also has #markdown to LaTeX beamer conversion features for slides.
Would it make sense to teach #pandoc the #presenterm markdown dialect? How flexible and open is Pandoc to dialects? (maybe @tarleb knows?)
GitHub - mfontanini/presenterm: A markdown terminal slideshow tool

A markdown terminal slideshow tool. Contribute to mfontanini/presenterm development by creating an account on GitHub.

GitHub

In recent months I've switched to presenterm for presentations. It's nice, if a little less visual than a typical GUI tool for making slides. I'm A-OK with that, though.

https://mfontanini.github.io/presenterm/

#presenterm

Introduction - presenterm documentation

Presenterm - aplicación de la presentación de Kiot de Ivan

https://tube.kockatoo.org/w/39kGSexEedte8SKA9bUb79

Presenterm - aplicación de la presentación de Kiot de Ivan

PeerTube

Slides from the terminal? Yes, with style.

Presenterm lets you build presentations in Markdown, run them in your terminal (with images, GIFs, code highlighting, themes, even PDF export).
CLI, but make it ✨aesthetic✨.

GitHub magic: https://github.com/mfontanini/presenterm

#Markdown #TerminalTools #CLILife #DevPresentations #OpenSource #TUI #Presenterm #DevTools

#presenterm lets you create #presentations in #markdown format and run them from your #terminal with support for image and animated gifs, highly customizable themes, #code highlighting, exporting presentations into #PDF format, and plenty of other features https://github.com/mfontanini/presenterm
GitHub - mfontanini/presenterm: A markdown terminal slideshow tool

A markdown terminal slideshow tool. Contribute to mfontanini/presenterm development by creating an account on GitHub.

GitHub
GitHub - mfontanini/presenterm: A markdown terminal slideshow tool

A markdown terminal slideshow tool. Contribute to mfontanini/presenterm development by creating an account on GitHub.

GitHub
I really love #presenterm #linux console slides tool, it is great does have #sixel support. But I haven’t found reasonable tool for charts. I mean #gnuplot is great, but I find myself impossible for me to produce heatmap there. So I have produced in one or two hours command line tool (read code glue) consuming vega-lite high level grammar of interactive graphics to do the job. So I can plot directly in #terminal and presentern. Now I am afraid to release those about 50 lines of typescript.