This project is in early stages of development and is not production ready
If you would like to collaborate please get in contact we need contributions!
Unlike the native Umbraco editor the Enhanced Markdown editor includes support for local link parsing so that URL changes are rendered correctly, support for anchor targets and also support for title attributes to be rendered on the anchor tags
- Handle UDIs? This may actually make things easier than they were!
- Implement Property Value Converter to that output is IHtmlString
- Handle MediaIds so that they are resolved at render time
- Support GFM
- Utilise MarkDownSharp instead of Markdown Deep as it's already included in Umbraco now?
- Doesn't like it when there is a / in the title
A test site is included in the solution, the username and password for Umbraco are admin@admin.com/password12345 By default the test site is configured to use full IIS (due to IIS Express SQL CE persistence issue) on the domain enhancedmarkdown.local, you can change it to use IIS Express if you prefer.
Visual Studio 2017 is required for compiling the source code
Currently the Angular UI is located within the TestSite76 project at /App_Plugins/EnhancedMarkdownEditor/
This project may include code that originated in the UmbracoCms project, Umbraco Ditto project & other OSS MIT licensed projects