A Chrome extension provides Markdown editor for Confluence.
Developer loves markdown.
Even Atlassian Confluence has many convenience macros and features in the WYSIWYG editor, there is no markdown editor feature in it.
By install this extension, you will get a markdown editor.
Support on Confluence version >= 6.13.11.
- Create / edit pages using markdown editor
- User custom styles (WIP)
First, setup your Confluence's domain name to enable this extension in such domain. (i.e. http://my.confluence.com
)
Create a new document / edit exising documents.
(Not ready. Coming soon...)
Prerequisites: Node.js (>=10.0.0
)
Install dependencies
$ npm install
Then build extension from sources
$ npm run build
By default, the extension will built into dist
directory.
Load the extension from chrome://extensions
page.
Make sure your Confluence's "HTML Macro" feature is enabled. This extension is dependent on the "HTML Macro". If it is not enabled, please ask your administrator to enable this macro.
Copyright 2020 Chiajun Wang (ibara1454).
This software includes the work that is distributed in the Apache License 2.0.