Published
January 4, 2023
Updated
Finsweet's Powerful Rich Text
Previously known as Sweet Text, see a video demo here.
Powerful Rich Text is an attributes-based extension to Webflow's RTE.
Add HTML to Rich Text elements, add components from the same page or from different pages, add classes, ids, attributes, and more.
- Finsweet
- Add HTML markup exactly as you want it in your content.
- Embed components within your rich text content. By referencing an FS identifier like {{ subscribe-form }}. If the component is defined on-page. If it's off-page, you can include the page URL as a reference, even to an external site. reference it as {{ my-component="/about" }} if the component is on your about page, or {{ something="https://somesite.com" }}.
Refokus' Rich Text Enhancer
Rich Text Enhancer is also an attributes-based extension.
Use Refokus Rich Text Booster to add Classes, IDs, or Custom Attributes to rich text elements in Webflow so you can style text, anchor to it, add animations, add custom functionalities, and more.
- Refokus
- Rich Text Enhancer Demo - Cloneable
- Add arbitrary classes, e.g. [.c-highlighted] and [.c-highlighted]
- Id content [#intro] text [#intro]
- Attributes [$r-copy-to-clipboard=1] Copy code [$r-copy-to-clipboard]
Use for-
- Colored text
- Strikethrough
- Highlighted text
- Adding icons and images, emoticons
- Font changes
- Hiding spoilers
- Interactive things like triggering a pop-up
- Copy-to-clipboard actions
https://www.webflow-tools.refokus.com/tools/rich-text-enhancer#isDoc
Sygnal's Rich Text Enhancements
Sygnal Attributes adds a few additional capabilities.
- Nested lists. Add full support for list nesting on both ordered and unordered lists, using an attribute and simple indent-depth > markup.
- Embedded Tables. Coming soon.
Techniques
- Using Markdown & HTML Tables in RTE - Lesson
- Highlighting and Code Excerpts - Lesson