# Markdown tools

Published articles for Markdown tools.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Create Markdown presentations with Marp

DevFeed: [Create Markdown presentations with Marp](<https://devfeed.tech/articles/create-markdown-presentations-with-marp-27731.md>)

Original publisher: [Read original article](<https://gagor.pro/2025/11/create-markdown-presentations-with-marp/>)

Author: Tom

Published: 2025-11-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Markdown](<https://devfeed.tech/topics/markdown.md>), [Tool](<https://devfeed.tech/topics/tool.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-slide-decks](<https://devfeed.tech/tags/ai-slide-decks.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [markdown-presentations](<https://devfeed.tech/tags/markdown-presentations.md>), [markdown-tools](<https://devfeed.tech/tags/markdown-tools.md>), [marp](<https://devfeed.tech/tags/marp.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

A tutorial on creating Markdown presentations with Marp. It covers slide separation, using Markdown notes as presentation content, previewing slides in VS Code, and exporting presentations to PDF or images.

### Source excerpt

Learn how to create beautiful slide decks with Markdown and Marp, a simple and powerful tool for presentations.

## Markdown Editors

DevFeed: [Markdown Editors](<https://devfeed.tech/articles/markdown-editors-28199.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/markdown/2020/01/18/markdown-editor-options.html>)

Author: Fuzzygroup

Published: 2020-01-18T00:00:00Z

Content type: article

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Markdown](<https://devfeed.tech/topics/markdown.md>), [Tool](<https://devfeed.tech/topics/tool.md>)

Tags: [internet](<https://devfeed.tech/tags/internet.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [markdown-editors](<https://devfeed.tech/tags/markdown-editors.md>), [markdown-tools](<https://devfeed.tech/tags/markdown-tools.md>), [marp](<https://devfeed.tech/tags/marp.md>), [osx](<https://devfeed.tech/tags/osx.md>), [textmate](<https://devfeed.tech/tags/textmate.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

The article discusses visual Markdown editors as an alternative to writing raw Markdown and lists several options, including TextMate 2, SublimeText, Typora, MarkdownPad, and Marp Next.

### Source excerpt

Yesterday I talked about using gist.github.com and Markdown. And I assumed that you wanted to work in "raw" markdown but that's like writing raw HTML - fine if you like it but not for everyone. A lot of people prefer a true Markdown editor where the tags appear visually as they might in Microsoft word. With a tool like this you can write in Markdown visually and then copy and paste (or export) into a Markdown file that you could put into gist.github.com. Here are some decent Markdown tools: TextMate 2 (OSX); this is an OSX only coding editor which a markdown mode which works pretty well SublimeText; similar to TextMate 2 but works on Windows also Typora; top google hit; haven't looked at greatly MarkdownPad; free; looks like a dual pane NotePad i.e. markdown view on the left; writing window on the right. Marp Next - a tool for using Markdown for presentations; not for writing but just interesting that it even exists! Personally I use TextMate 2 but I've been in that editor so long that I know it cold. As with any writing on a computer, use what works for you. There are lots and lots of tools for Markdown.