We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Markdown Editor's toolbar edit

mromero1
Tera Contributor

Hello! I need to edit Markdown Editor's toolbar to have more options.

I found this code:

<div class="editor-toolbar">
<a title="Bold (Ctrl-B)" tabindex="-1" class="fa fa-bold"></a>
<a title="Italic (Ctrl-I)" tabindex="-1" class="fa fa-italic"></a>
<a title="Heading (Ctrl-H)" tabindex="-1" class="fa fa-header"></a>
<i class="separator">|</i>
<a title="Quote (Ctrl-')" tabindex="-1" class="fa fa-quote-left"></a>
<a title="Generic List (Ctrl-L)" tabindex="-1" class="fa fa-list-ul"></a>
<a title="Numbered List (Ctrl-Alt-L)" tabindex="-1" class="fa fa-list-ol"></a>
<i class="separator">|</i>
<a title="Create Link (Ctrl-K)" tabindex="-1" class="fa fa-link"></a>
<a title="Insert Image (Ctrl-Alt-I)" tabindex="-1" class="fa fa-picture-o"></a>
<a title="Insert Table" tabindex="-1" class="fa fa-table"></a>
<i class="separator">|</i>
<a title="Toggle Preview (Ctrl-P)" tabindex="-1" class="fa fa-eye no-disable"></a>
<a title="Toggle Side by Side (F9)" tabindex="-1" class="fa fa-columns no-disable no-mobile"></a>
<a title="Toggle Fullscreen (F11)" tabindex="-1" class="fa fa-arrows-alt no-disable no-mobile"></a>
<i class="separator">|</i>
<a title="Markdown Guide" tabindex="-1" class="fa fa-question-circle"
href="https://simplemde.com/markdown-guide" target="_blank"></a>
<a title="Save" tabindex="-1" class="pull-right fa fa-lg fa-floppy-o"></a>
<a title="Exit to KB record" tabindex="-1" class="pull-right fa fa-lg fa-arrow-left"></a>
</div>

Can I edit it and save the changes? Do you know how I can solve it?

1 REPLY 1