
you can add the plugin KaTeX to use LaTeX or the plugin Mermaid for UML diagrams and so on. It also supports plugins to enhance your documents, e.g. From a feature standpoint, it has all the features of HackMD and even adds more on top of that.įor starters, StackEdit incorporates a File Explorer which stores all your files in your browser so that they can even be accessed locally and thus it works both online as well as offline.
Online markdown editor free#
Next on our list is StackEdit which is another free and powerful online markdown editor. If you are looking for a robust online markdown editor for collaboration, I cannot recommend HackMD enough. In a nutshell, HackMD is perfect for beginners and pros alike. Import/ export options including Google Drive and Github.– Limited (only registered users can edit) Other people may join as guests or as registered users and the owner can choose from an array of permission options to be assigned to the note, like You get all the markdown features including checklists, external elements and comments.įor collaborating, HackMD has a whole lot up its sleeve. Getting to the editor itself, the menu bar comprises of quick markdown shortcuts and it also supports the key configurations of various legacy editors like Vim, Sublime, and Emacs. It is extremely flexible and beginner friendly as well. HackMD is a completely free online markdown editing powerhouse and it has definitely shaped up to be one of my favorites. If you need something temporary and quick to get started with, Socrates is perfect for that as it leaves you out of all the hassles of creating accounts and permission assignments. Overall, Socrates is the most basic collaborative markdown editor out there. You can invite anyone to work on your note by just sharing the URL with them and they will be able to join your note and edit the document simultaneously. The UI is very minimal with the raw document on the left and the preview on the right, and there’s also an add button to move onto a new note. Socrates is definitely the simplest and most bare-bones out of the bunch, but that’s not necessarily a negative thing as it has all the things a collaborative markdown editor should have – from real-time collaboration to a live preview. InitialValue: '# Custom Toolbar \nCustom functions, icons and buttons can be defined for the toolbar.'ĮasyMDE demo website created by Jeroen Akkermanįavicon made by Freepik from is licensed by CC 3.Best Online Markdown Editors 1. Custom functions have access to the `editor` instance.Įlement: document.getElementById('mde-custom-toolbar-demo'),

InitialValue: '# Toolbar \nHere you can see all the buttons available for the toolbar.'Ĭustom toolbar functions You can write your own functions to use in the toolbar.Īlert('This is from a custom button action!') ShowIcons: ,Įlement: document.getElementById('mde-toolbar-demo'), Toolbar customization The editor's toolbar can be edited to show more icons and even add custom icons! InitialValue: '# Autosave \nThis editor automatically saves its contents every second!' You can type the Markdown syntax, use the toolbar, or use shortcuts like `ctrl-b` or `cmd-b`.'Īutosaving The editor can automatically save its contents, so changes are not lost when you reload the page.Įlement: document.getElementById('mde-autosave-demo'),

InitialValue: '# EasyMDE \nGo ahead, play around with the editor! Be sure to check out **bold**, *italic* and ~~strikethrough~~ styling, () and all the other features. The default editor The editor with standard settings.Įlement: document.getElementById('mde-demo'),
