Phases.Umbraco.Glossify 2.1.2

dotnet add package Phases.Umbraco.Glossify --version 2.1.2
                    
NuGet\Install-Package Phases.Umbraco.Glossify -Version 2.1.2
                    
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="Phases.Umbraco.Glossify" Version="2.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Phases.Umbraco.Glossify" Version="2.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Phases.Umbraco.Glossify" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Phases.Umbraco.Glossify --version 2.1.2
                    
#r "nuget: Phases.Umbraco.Glossify, 2.1.2"
                    
#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.
#:package Phases.Umbraco.Glossify@2.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Phases.Umbraco.Glossify&version=2.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Phases.Umbraco.Glossify&version=2.1.2
                    
Install as a Cake Tool

Phases.Umbraco.Glossify

A simple and powerful way to add glossary tooltips inside the Umbraco Rich Text Editor (RTE).

Supports Umbraco versions 10–13.

Glossify extends the default Umbraco RTE by adding:

  • Glossary Link — pick a glossary node and apply a tooltip
  • Clear Glossary — remove an existing glossary tooltip

✨ Features

  • Adds a custom Glossary Link button to the Umbraco RTE
  • Adds a Clear Glossary button
  • Allows editors to select any RTE text and link it to a glossary definition
  • Highlights glossary-linked text directly in the CMS
  • Displays the chosen definition on hover/tap on the frontend
  • Simple FE integration for styles and scripts

📦 Installation

  1. Install the Glossify package.
  2. Go to Settings → Rich Text Editor.
  3. Enable the two new toolbar options:
    • Glossary Link
    • Clear Glossary
  4. Save your RTE configuration.

📝 How to Use (CMS)

  1. Open any RTE content editor.
  2. Select the text you want to add a glossary tooltip to.
  3. Click Glossary Link.
  4. Choose the glossary node containing the definition.
    • The property alias for the definition must be: definition
  5. The selected text will be highlighted inside the CMS editor.

To remove a glossary tooltip:

  1. Select the linked text
  2. Click Clear Glossary
  3. Save & publish

🌐 Frontend Setup

After installing the package, two frontend files will be available in:

/app_plugins/Phases.Umbraco.Glossify/

Make sure to include them in your layout/page:

<link href="~/app_plugins/Phases.Umbraco.Glossify/glossary-editor.css" rel="stylesheet" />
<script src="~/app_plugins/Phases.Umbraco.Glossify/glossary-editor.js"></script>

Rendering these in your page will:

  • Apply the highlighting style
  • Enable tooltip behavior
  • Display the selected term's definition on hover or tap

✔ Result

With Phases.Umbraco.Glossify enabled:

  • Editors can add glossary tooltips in seconds
  • Site visitors see clean, interactive definitions by hovering or tapping
  • All definitions stay managed inside Umbraco
Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
2.1.2 288 12/15/2025
1.1.4 141 12/12/2025
1.1.3 462 12/10/2025