You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get more from the Umbraco Markdown editor. Provides access to the raw Markdown and transformed HTML. Adds data type configuration to control Markdown to HTML settings.
8
+
A lightweight custom property editor for Umbraco that sits on top of the default Umbraco.MarkdownEditor.
9
9
10
-
## Quick Start
10
+
## Features
11
+
12
+
### Property Value Converter
13
+
14
+
Replaces `IHtmlEncodedString` with `MarkdownValue` which contains the following properties
15
+
16
+
-**Raw** - The raw markdown as a string
17
+
-**Html** - The transformed HTML value
18
+
-**Markdown** - The Markdig MarkdownDocument
19
+
20
+
### Data Type
21
+
22
+
Extends the configuration to allow control over the transformation of Markdown to HTML
11
23
12
-
## Configuration
24
+
-**Header Offset** - The offset to apply to the header levels
25
+
- For example: `-1` would transform `# Header 1` to `<h2>Header 1</h2>`
26
+
-**External Links** Open In New Tab - Adds `target="_blank"` to external links
27
+
28
+
### Plug and Play
29
+
30
+
All existing and future properties using Umbraco.MarkdownEditor will automatically use the new editor.
31
+
32
+
Removing this package will revert to the default Umbraco.MarkdownEditor, **no data loss will occur**.
Contributions to this package are most welcome! Please read the [Contributing Guidelines](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/blob/main/.github/CONTRIBUTING.md).
42
+
Contributions to this package are most welcome! Please read
43
+
the [Contributing Guidelines](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/blob/main/.github/CONTRIBUTING.md).
<Description>Get more from the Umbraco Markdown editor. Provides access to the raw Markdown and transformed HTML. Adds data type configuration to control Markdown to HTML settings.</Description>
12
+
<Title>Extended Markdown Editor for Umbraco CMS</Title>
13
+
<Description>Get more from the Umbraco Markdown editor. A lightweight custom property editor for Umbraco that sits on top of the default Umbraco.MarkdownEditor.</Description>
0 commit comments