# Markdown editors

Published articles for Markdown editors.

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

## Obsidian: My second brain

DevFeed: [Obsidian: My second brain](<https://devfeed.tech/articles/obsidian-my-second-brain-28367.md>)

Original publisher: [Read original article](<https://siddroid.com/post/dev/obsidian-your-second-brain/>)

Author: Siddhesh Patil

Published: 2022-08-15T23:50:55Z

Content type: article

Language: en

Sources: [Sid Patil - Android Engineer and Kotlin Advocate](<https://devfeed.tech/sources/sid-patil-android-engineer-and-kotlin-advocate.md>)

Topics: [Obsidian](<https://devfeed.tech/topics/obsidian-md.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development-tools](<https://devfeed.tech/tags/android-development-tools.md>), [best-markdown-tools](<https://devfeed.tech/tags/best-markdown-tools.md>), [best-tools-for-android-developers](<https://devfeed.tech/tags/best-tools-for-android-developers.md>), [boost-developer-productivity](<https://devfeed.tech/tags/boost-developer-productivity.md>), [code](<https://devfeed.tech/tags/code.md>), [developer-productivity](<https://devfeed.tech/tags/developer-productivity.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [markdown-editors](<https://devfeed.tech/tags/markdown-editors.md>), [markdown-note-taking-tools](<https://devfeed.tech/tags/markdown-note-taking-tools.md>), [notes](<https://devfeed.tech/tags/notes.md>), [obsidian](<https://devfeed.tech/tags/obsidian.md>), [obsidian-for-markdown](<https://devfeed.tech/tags/obsidian-for-markdown.md>), [obsidian-md](<https://devfeed.tech/tags/obsidian-md.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [snippet](<https://devfeed.tech/tags/snippet.md>)

### AI overview

The article explains how a developer uses Obsidian, a Markdown-based note-taking tool, to manage thoughts, TODOs, web links, and code snippets. It highlights Markdown's simplicity, local file organization, backlinking, and the potential to turn notes into website pages.

### Source excerpt

Tired of moving between note-taking tools? Keep losing code snippets, TODOs and ideas? Meet Obsidian, a Markdown note taking tool to boost your developer productivity.

## 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.