Need help with formatting options available in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 01:54 AM
We are working on making support agents articles more convenient to read. At present, they are very long articles. Can someone guide me on how the content can be made more compact. One of the examples I saw on internet is as shown below, however I'm unable to find any option in the tool bar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 06:17 AM
Hi,
This option is the 'anchor' attribute.
Please consider marking my reply as Helpful and/or Accept Solution, where applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 11:15 AM
@Sheh Another good formatting option available through the ServiceNow Store is the ServiceNow-native Amaze editor. No coding necessary.. it's all drag-and-drop functionality with 60-plus ready-made templates and dozens of other components that make knowledge article creation a breeze! Plus the end result is much more professional looking and high quality. Check out Amaze at www.intellective.co/amaze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 04:27 PM
I was really looking forward to using this feature!!!! It beats links and bookmarks.
Unfortunately, I ran into two different bugs when trying to use this feature. Each time I do a Save, the editor moves a </details> tag immediately after the </summary> tag and, to add insult to injury, it also adds extraneous <p>/</p> tags.
Here's my original code:
<details> <p><summary>HEADER 1</summary> </p>
<p>content under heading 1</p>
</details>
<details> <p><summary>HEADER 2</summary> </p>
<p>content under heading 2</p>
</details>
<details> <p><summary>HEADER 3</summary> </p>
<p>content under heading 3</p>
</details>
Here's what it becomes after two Saves.
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><details><summary>HEADER 1</summary> </details></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>content under heading 1</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><details><summary>HEADER 2</summary> </details></p>
<p> </p>
<p> </p>
<p>content under heading 2</p>
<p> </p>
<p><details><summary>HEADER 3</summary>
<p>content under heading 3</p>
</details></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 03:30 PM
Please see the ServiceNow documentation "Customize TinyMCE attributes" for a complete list of editor options.
A handy Table of Contents icon is also available on the TinyMCE editor!