jcdcdev.Umbraco.ExtendedMarkdownEditor 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package jcdcdev.Umbraco.ExtendedMarkdownEditor --version 0.1.0
NuGet\Install-Package jcdcdev.Umbraco.ExtendedMarkdownEditor -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jcdcdev.Umbraco.ExtendedMarkdownEditor" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jcdcdev.Umbraco.ExtendedMarkdownEditor --version 0.1.0
#r "nuget: jcdcdev.Umbraco.ExtendedMarkdownEditor, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jcdcdev.Umbraco.ExtendedMarkdownEditor as a Cake Addin
#addin nuget:?package=jcdcdev.Umbraco.ExtendedMarkdownEditor&version=0.1.0

// Install jcdcdev.Umbraco.ExtendedMarkdownEditor as a Cake Tool
#tool nuget:?package=jcdcdev.Umbraco.ExtendedMarkdownEditor&version=0.1.0

jcdcdev.Umbraco.ExtendedMarkdownEditor

Umbraco Version NuGet GitHub license Downloads

A lightweight custom property editor for Umbraco that sits on top of the default Umbraco.MarkdownEditor.

Features

Property Value Converter

Replaces IHtmlEncodedString with MarkdownValue which contains the following properties

  • Raw - The raw markdown as a string
  • Html - The transformed HTML value
  • Markdown - The Markdig MarkdownDocument

Data Type

Extends the configuration to allow control over the transformation of Markdown to HTML

  • Header Offset - The offset to apply to the header levels
    • For example: -1 would transform # Header 1 to <h2>Header 1</h2>
  • External Links Open In New Tab - Adds target="_blank" to external links

Plug and Play

All existing and future properties using Umbraco.MarkdownEditor will automatically use the new editor.

Removing this package will revert to the default Umbraco.MarkdownEditor, no data loss will occur.

Quick Start

dotnet add package jcdcdev.Umbraco.ExtendedMarkdownEditor

Contributing

Contributions to this package are most welcome! Please read the Contributing Guidelines.

Acknowledgments (thanks!)

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.0.0 66 6/12/2024
14.0.0-alpha0005 59 6/7/2024
14.0.0-alpha0004 56 6/7/2024
14.0.0-alpha0001 74 5/25/2024
13.0.0 111 5/25/2024
13.0.0-alpha0001 76 5/25/2024
12.0.0 78 5/25/2024
12.0.0-alpha0001 74 5/25/2024
10.0.0 78 5/25/2024
10.0.0-alpha0001 71 5/25/2024
0.1.0 120 5/14/2024