Markdown Android



An android app that allows me to edit text files for taking notes. These are files that will by synced between devices (phone, tablet, computers) for viewing and editing.

MarkdownView - Markdown View for iOS. Nov 17, 2020 The best Markdown editor will make it easy to write your content and quickly export it to PDF, web pages, or Rich Text Format. You can work on any platform. Since there are dozens of really good Markdown editors for all platforms (Linux, Mac, Windows, web, etc.), you can pretty much write and edit text from any device and location. Nov 29, 2018 You can choose the Markdown processor you want to use, including Sundown, Pandoc, or Discount. With a couple of clicks, you can convert what you're writing to HTML5, ODT, EPUB, LaTeX, PDF, or a Word document. If you like your Markdown editors simple, you'll like Abricotine. But don't let its simplicity fool you; Abricotine packs. Markdown is a Markdown text editor for Android - Simple and lightweight.- Live preview- Quickly swipe from raw markdown and the preview- Material Design.

Ideally, I’d like the application to support org-mode (https://orgmode.org/) format, since I tend to keep all of my notes using Emacs (and the fact that there are several markdown flavors makes my life harder — related reading: https://karl-voit.at/2017/09/23/orgmode-as-markup-only/). Anyway, if using org-mode syntax directly is not possible, then markdown (as it is possible to move between markdown and org-mode formats). [Yes, sure, I can edit org-mode syntax with any editor, but I’d like help from the app, such as automatically indenting things the correct way, etc. Editing in a tablet/phone without external keyboard is enough of a pain.].

Requirements:

  • Store files wherever I want in the phone/tablet; this way, I can syncwith the computer (using syncthing, https://syncthing.net/, in mycase)
  • Allow arbitrarily nested lists
  • Quick editing, in particular:
    • When editing a list, a newline keeps you in that level but you canquickly increase the indent. This means:
      • A newline inserts, by default, the list symbolyou are using: suppose your list is using “-”; a newline willinsert a newline and a “-” at the appropriate level.
      • After insertion of the “-” (or the “+” or whatever) you can quickly(a menu item, adding spaces, whatever) increase or decrease thenesting level.
      • The above matters because you do not want to waste time andmental effort keeping track of how many spaces you have typedto get to the desired indentation level. (Even more importantif you are not using monospace fonts).
  • Allow unnumbered lists, numbered lists, check-box lists.

Nice to have

  • Open source.
  • Code/section folding/unfolding

I could not find anything that met the requirements. So I’ll have tocompromise. But let’s split choices into apps I might consider and thosethat definitely do not fit the bill.

Maybe

(Listed in approximately decreasing order of how likely I am to use them)

  • Epsilon notes (http://epsilonexpert.com/e/index.php)
    • It seems like you can create lists that are arbitrarily nested but…
    • … but after the 2nd level of nesting, typing newline willnot insert that appropriate list symbol (i.e., if you had createdyour list using “-”, it will not insert the “-”)
    • Numbered lists require you to enter the first two with number (i.e.,just one will not do).
    • This is the one I am most likely to keep using as it is by a largemargin the one closest to what I want.
  • neutriNote(https://play.google.com/store/apps/details?id=com.appmindlab.nano&hl=en_US)
    • Does not indent automatically when entering a newline and does notadd a “-” (or whatever you use for lists) when entering anewline. So somewhat similar problems as Simple Markdown. But:
      • Entering a newline and then typing (or selecting from the menu)the item character (“-”) will indent it to the parentlevel. This does not work with numbered lists, though.
      • You can move items (promote/demote) with the “->” and “<-” inthe menu (look for the “</>“).
    • It might be me, but I find the behavior of numbered lists fragileand finicky.
  • Simple Markdown(https://play.google.com/store/apps/details?id=com.wbrawner.simplemarkdown)
    • Nice, simple, open source with public repo (https://github.com/wbrawner/SimpleMarkdown)
    • But fails criteria of:
      • Indenting automatically when entering newline
      • Adding a “-” or whatever automatically when entering newline
      • (At least part of) this seems to be in the roadmap (https://github.com/wbrawner/SimpleMarkdown#roadmap)
    • Otherwise, if you do that manually, seems capable of arbitrarilynested lists
  • Markor (https://github.com/gsantner/markor):
    • Open source!
    • Really nice app.
    • Interesting there are requests to support org-mode syntax (https://github.com/gsantner/markor/issues/182).
    • But lists with more than two levels of nesting are not just a matterof adding spaces (that will result in a text block:https://github.com/gsantner/markor/issues/309)
  • iA Writer(https://play.google.com/store/apps/details?id=net.ia.iawriter)
    • I find it amusing to read in the documentation “You can also nestlists several levels deep”: several? how many is several? :-)Anyway, four or five seem to work.
    • Promotion and demotion require manually entering the number ofspaces. So you have to remove the list character (say “-”), then addspaces.
    • Opening/saving files is not to my liking: when selecting “openfrom”, you are actually said to “save”, which tells you content willbe overwritten. And I find no way to rename the file from the app(or, in other words, save the file with another name).
    • Too little stuff is actually displayed at once, even if you choosethe small font size.

Definitely not

  • Orgzly (https://play.google.com/store/apps/details?id=com.orgzly):
    • Editing a file quickly is impossible (for me at least): try creatingan item, then adding a bunch of subitems. You have to go through the“+”, then type, then move around things,etc, etc. This is not just “quickly edit”.
  • JotterPad (https://play.google.com/store/apps/details?id=com.jotterpad.x)
    • Similar issues as Simple Markdown; it offers a menu entry toincrease indentation, none to decrease indentation. And you need toposition the cursor at the beginning of the line for it to affectthat line.
    • I do not see a simple way to open/save to a user-specified directory(the options to export as docx or rtf are of no use to me).
    • Sure, JotterPad’s target use might not be what I want (markdowneditor).
  • MarkNote (https://play.google.com/store/apps/details?id=me.shouheng.notepal)
    • Open source with public repository(https://github.com/Shouheng88/MarkNote): great!
    • No automatic addition of the item symbol on newline, but a simplepromote/demote menu entry that works fine (though it does not movechild items).
    • But the “notebooks” are not stored directly as text, but ratherexported. So no way to have this simply work on a directory of filesI sync with the computer.
      • There are github requests for this (yes, one is mine):https://github.com/Shouheng88/MarkNote/issues/13 andhttps://github.com/Shouheng88/MarkNote/issues/17
      • This is a show stopper.
  • Markdown(https://play.google.com/store/apps/details?id=com.IeuanWalker.Markdown)
    • It is fine for what it does, but has the same issues as SimpleMarkdown and there is no help for formatting, so you end up havingto count spaces and enter the “-” after a newline.
  • BananaText (https://play.google.com/store/apps/details?id=com.fruitysmartsoft.BananaTextLite)
    • Same issues as Markdown above.
  • Markdown Writer(https://play.google.com/store/apps/details?id=com.siziksu.mdw)
    • Same issues as Simple Markdown
    • I do not find how to save files in user-specified directory. Thisissue is actually mentioned in a comment in google play(https://play.google.com/store/apps/details?id=com.siziksu.mdw&reviewId=gp%3AAOqpTOELVUDqCr_xaOovualPNdlKA3bKk5ctLR0Y8Y8eW3lFbOJ3WxGGJTeiPJxMsuQWlG4Lg54vUnwFLP8IxOY)
  • Monospace(https://play.google.com/store/apps/details?id=com.underwood.monospace)
    • You select the text and it offers contextual help. I find thatslightly annoying (type, mark, select dance, instead of “type with theappropriate syntax”). But, moreover, nested lists donot seem available.
  • Writer Plus(https://play.google.com/store/apps/details?id=co.easy4u.writer)
    • Changing indentation requires to fuzz around with spaces and the “-”.
    • It must be me, but sometimes I enter a “-” and we get going with alist, and sometimes we don’t, and I do not understand why. Andcreation of nested lists is not something I can achieve consistently.
    • And the directory of the application is set by the application (we canwork around that, but is an additional hurdle).
  • Google Keep
    • Editing is clunky:
      • only one level of nesting
      • actually entering the nesting requires lots of fumbling around
      • being consistent in the syntax (two spaces, four spaces, whatever)requires you to be consistent, no help from the app.
    • Impossible to use version control (where are the notes stored, tobegin with?)
    • Related to the above, even if you just want a backup, keeping a backupis incredibly hard (you have to go through another service whichactually takes forever to produce the zip file).
      • Nope, saving as google docs is not an alternative: I want plain text
    • And of course, why should my notes go through google servers? I wantto retain control over how they are synced.

Others

  • grokNotes (https://gitlab.com/Scott.Tomaszewski/grokNotes):
    • looks promising, but in alpha and no commits in the last 8 months.
  • If you search for Markdown in google play there are several other options. Some have not been updated for a long time (over two years), some require login into a service (what for?), some are expensive (more than 9 euros) without giving a choice of trying them.

NEW (July 2020)

  • I haven’t had a chance to try it “for real”, but GitJournal(https://gitjournal.io) is a recent new addition. It can support quickediting, arbitrarily nested lists, and in the future might supportOrg-mode (https://github.com/GitJournal/GitJournal/issues/145). For now,it stores notes in directory private to the app, so it is not possibleto sync with syncthing, but this is on the todo list(https://github.com/GitJournal/GitJournal/issues/154). And it is opensource! (https://github.com/GitJournal/GitJournal).

Other options/miscell

  • Install emacs on Android via termux
  • org-mode <-> markdown conversion:
    • Markdown to org-mode: pandoc -f markdown -t org -o file.org file.md
    • org-mode to markdown: the usual export from org-mode.

What is Markdown?

Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by John Gruber in 2004, Markdown is now one of the world’s most popular markup languages.

Using Markdown is different than using a WYSIWYG editor. In an application like Microsoft Word, you click buttons to format words and phrases, and the changes are visible immediately. Markdown isn’t like that. When you create a Markdown-formatted file, you add Markdown syntax to the text to indicate which words and phrases should look different.

For instance, to denote a heading, you add a number sign before it (e.g., # Heading One). Or to make a phrase bold, you add two asterisks before and after it (e.g., **this text is bold**). It may take a while to get used to seeing Markdown syntax in your text, especially if you’re accustomed to WYSIWYG applications. The screenshot below shows a Markdown file displayed in the Atom text editor.

You can add Markdown formatting elements to a plaintext file using a text editor application. Or you can use one of the many Markdown applications for macOS, Windows, Linux, iOS, and Android operating systems. There are also several web-based applications specifically designed for writing in Markdown.

Depending on the application you use, you may not be able to preview the formatted document in real time. But that’s okay. According to Gruber, Markdown syntax is designed to be readable and unobtrusive, so the text in Markdown files can be read even if it isn’t rendered.

The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions.

Why Use Markdown?

You might be wondering why people use Markdown instead of a WYSIWYG editor. Why write with Markdown when you can press buttons in an interface to format your text? As it turns out, there are a couple different reasons why people use Markdown instead of WYSIWYG editors.

Markdown
  • Markdown can be used for everything. People use it to create websites, documents, notes, books, presentations, email messages, and technical documentation.

  • Markdown is portable. Files containing Markdown-formatted text can be opened using virtually any application. If you decide you don’t like the Markdown application you’re currently using, you can import your Markdown files into another Markdown application. That’s in stark contrast to word processing applications like Microsoft Word that lock your content into a proprietary file format.

  • Markdown is platform independent. You can create Markdown-formatted text on any device running any operating system.

  • Markdown is future proof. Even if the application you’re using stops working at some point in the future, you’ll still be able to read your Markdown-formatted text using a text editing application. This is an important consideration when it comes to books, university theses, and other milestone documents that need to be preserved indefinitely.

  • Markdown is everywhere. Websites like Reddit and GitHub support Markdown, and lots of desktop and web-based applications support it.

Kicking the Tires

The best way to get started with Markdown is to use it. That’s easier than ever before thanks to a variety of free tools.

You don’t even need to download anything. There are several online Markdown editors that you can use to try writing in Markdown. Dillinger is one of the best online Markdown editors. Just open the site and start typing in the left pane. A preview of the rendered document appears in the right pane.

You’ll probably want to keep the Dillinger website open as you read through this guide. That way you can try the syntax as you learn about it. After you’ve become familiar with Markdown, you may want to use a Markdown application that can be installed on your desktop computer or mobile device.

How Does it Work?

Dillinger makes writing in Markdown easy because it hides the stuff happening behind the scenes, but it’s worth exploring how the process works in general.

When you write in Markdown, the text is stored in a plaintext file that has an .md or .markdown extension. But then what? How is your Markdown-formatted file converted into HTML or a print-ready document?

The short answer is that you need a Markdown application capable of processing the Markdown file. There are lots of applications available — everything from simple scripts to desktop applications that look like Microsoft Word. Despite their visual differences, all of the applications do the same thing. Like Dillinger, they all convert Markdown-formatted text to HTML so it can be displayed in web browsers.

Markdown applications use something called a Markdown processor (also commonly referred to as a “parser” or an “implementation”) to take the Markdown-formatted text and output it to HTML format. At that point, your document can be viewed in a web browser or combined with a style sheet and printed. You can see a visual representation of this process below.

Note: The Markdown application and processor are two separate components. For the sake of brevity, I've combined them into one element ('Markdown App') in the figure below.

Android Markdown Editor Github

To summarize, this is a four-part process:

  1. Create a Markdown file using a text editor or a dedicated Markdown application. The file should have an .md or .markdown extension.
  2. Open the Markdown file in a Markdown application.
  3. Use the Markdown application to convert the Markdown file to an HTML document.
  4. View the HTML file in a web browser or use the Markdown application to convert it to another file format, like PDF.

From your perspective, the process will vary somewhat depending on the application you use. For example, Dillinger essentially combines steps 1-3 into a single, seamless interface — all you have to do is type in the left pane and the rendered output magically appears in the right pane. But if you use other tools, like a text editor with a static website generator, you’ll find that the process is much more visible.

What’s Markdown Good For?

Markdown is a fast and easy way to take notes, create content for a website, and produce print-ready documents.

It doesn’t take long to learn the Markdown syntax, and once you know how to use it, you can write using Markdown just about everywhere. Most people use Markdown to create content for the web, but Markdown is good for formatting everything from email messages to grocery lists.

Here are some examples of what you can do with Markdown.

Websites

Markdown was designed for the web, so it should come as no surprise that there are plenty of applications specifically designed for creating website content.

Markdown android reddit

If you’re looking for the simplest possible way to create a website with Markdown files, check out blot.im and smallvictori.es. After you sign up for one of these services, they create a Dropbox folder on your computer. Just drag and drop your Markdown files into the folder and — poof! — they’re on your website. It couldn’t be easier.

If you’re familiar with HTML, CSS, and version control, check out Jekyll, a popular static site generator that takes Markdown files and builds an HTML website. One advantage to this approach is that GitHub Pages provides free hosting for Jekyll-generated websites. If Jekyll isn’t your cup of tea, just pick one of the many other static site generators available.

Markdown
Note: I used Jekyll to create the Markdown Guide. You can view the source code on GitHub.

If you’d like to use a content management system (CMS) to power your website, take a look at Ghost. It’s a free and open-source blogging platform with a nice Markdown editor. If you’re a WordPress user, you’ll be happy to know there’s Markdown support for websites hosted on WordPress.com. Self-hosted WordPress sites can use the Jetpack plugin.

Documents

Markdown doesn’t have all the bells and whistles of word processors like Microsoft Word, but it’s good enough for creating basic documents like assignments and letters. You can use a Markdown document authoring application to create and export Markdown-formatted documents to PDF or HTML file format. The PDF part is key, because once you have a PDF document, you can do anything with it — print it, email it, or upload it to a website.

Here are some Markdown document authoring applications I recommend:

  • Mac:MacDown, iA Writer, or Marked
  • iOS / Android:iA Writer
  • Windows:ghostwriter or Markdown Monster
  • Linux:ReText or ghostwriter
  • Web:Dillinger or StackEdit
Tip:iA Writer provides templates for previewing, printing, and exporting Markdown-formatted documents. For example, the 'Academic – MLA Style' template indents paragraphs and adds double sentence spacing.

Notes

In nearly every way, Markdown is the ideal syntax for taking notes. Sadly, Evernote and OneNote, two of the most popular note applications, don’t currently support Markdown. The good news is that several other note applications do support Markdown:

  • Simplenote is a free, barebones note-taking application available for every platform.
  • Notable is a note-taking application that runs on a variety of platforms.
  • Bear is an Evernote-like application available for Mac and iOS devices. It doesn’t exclusively use Markdown by default, but you can enable Markdown compatibility mode.
  • Boostnote bills itself as an “open source note-taking app designed for programmers.”

If you can’t part with Evernote, check out Marxico, a subscription-based Markdown editor for Evernote, or use Markdown Here with the Evernote website.

Android

Books

Looking to self-publish a novel? Try Leanpub, a service that takes your Markdown-formatted files and turns them into an electronic book. Leanpub outputs your book in PDF, EPUB, and MOBI file format. If you’d like to create paperback copies of your book, you can upload the PDF file to another service such as Kindle Direct Publishing. To learn more about writing and self-publishing a book using Markdown, read this blog post.

Presentations

Believe it or not, you can generate presentations from Markdown-formatted files. Creating presentations in Markdown takes a little getting used to, but once you get the hang of it, it’s a lot faster and easier than using an application like PowerPoint or Keynote. Remark (GitHub project) is a popular browser-based Markdown slideshow tool, as is Cleaver (GitHub project). If you use a Mac and would prefer to use an application, check out Deckset or Marked.

Email

If you send a lot of email and you’re tired of the formatting controls available on most email provider websites, you’ll be happy to learn there’s an easy way to write email messages using Markdown. Markdown Here is a free and open-source browser extension that converts Markdown-formatted text into HTML that’s ready to send.

Collaboration

Collaboration and team messaging applications are a popular way of communicating with coworkers and friends at work and home. These applications don’t utilize all of Markdown’s features, but the features they do provide are fairly useful. For example, the ability to bold and italicize text without using the WYSIWYG interface is pretty handy. Slack, Discord, and Mattermost are all good collaboration applications.

Android

Documentation

Markdown is a natural fit for technical documentation. Companies like GitHub are increasingly switching to Markdown for their documentation — check out their blog post about how they migrated their Markdown-formatted documentation to Jekyll. If you write documentation for a product or service, take a look at these handy tools:

  • Read the Docs can generate a documentation website from your open source Markdown files. Just connect your GitHub repository to their service and push — Read the Docs does the rest. They also have a service for commercial entities.
  • MkDocs is a fast and simple static site generator that’s geared towards building project documentation. Documentation source files are written in Markdown and configured with a single YAML configuration file. MkDocs has several built in themes, including a port of the Read the Docs documentation theme for use with MkDocs. One of the newest themes is MkDocs Material.
  • Docusaurus is a static site generator designed exclusively for creating documentation websites. It supports translations, search, and versioning.
  • VuePress is a static site generator powered by Vue and optimized for writing technical documentation.
  • Jekyll was mentioned earlier in the section on websites, but it’s also a good option for generating a documentation website from Markdown files. If you go this route, be sure to check out the Jekyll documentation theme.

Flavors of Markdown

Markdown Android Software

One of the most confusing aspects of using Markdown is that practically every Markdown application implements a slightly different version of Markdown. These variants of Markdown are commonly referred to as flavors. It’s your job to master whatever flavor of Markdown your application has implemented.

To wrap your head around the concept of Markdown flavors, it might help to think of them as language dialects. People in Ciudad Juárez speak Spanish just like the people in Barcelona, but there are substantial differences between the dialects used in both cities. The same is true for people using different Markdown applications. Using Dillinger to write with Markdown is a vastly different experience than using Ulysses.

Practically speaking, this means you never know exactly what a company means when they say they support “Markdown.” Are they talking about only the basic syntax elements, or all of the basic and extended syntax elements combined, or some arbitrary combination of syntax elements? You won’t know until you read the documentation or start using the application.

If you’re just starting out, the best advice I can give you is to pick a Markdown application with good Markdown support. That’ll go a long way towards maintaining the portability of your Markdown files. You might want to store and use your Markdown files in other applications, and to do that you need to start with an application that provides good support. You can use the tool directory to find an application that fits the bill.

Additional Resources

Android Markdown Notes

There are lots of resources you can use to learn Markdown. Here are some other introductory resources:

  • John Gruber’s Markdown documentation. The original guide written by the creator of Markdown.
  • Markdown Tutorial. An open source website that allows you to try Markdown in your web browser.
  • Awesome Markdown. A list of Markdown tools and learning resources.
  • Typesetting Markdown. A multi-part series that describes an ecosystem for typesetting Markdown documents using pandoc and ConTeXt.

Markdown Android App

Take your Markdown skills to the next level.

Learn Markdown in 60 pages. Designed for both novices and experts, The Markdown Guide book is a comprehensive reference that has everything you need to get started and master Markdown syntax.

Markdown Android App

Get the Book
Want to learn more Markdown?

Don't stop now! 😎 Star the GitHub repository and then enter your email address below to receive new Markdown tutorials via email. No spam!