mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-19 07:54:28 -06:00
Tweak wording of toolbar icons
This commit is contained in:
parent
daf2c453f6
commit
0d730ead05
@ -92,7 +92,7 @@ var simplemde = new SimpleMDE({
|
|||||||
|
|
||||||
#### Toolbar icons
|
#### Toolbar icons
|
||||||
|
|
||||||
Below are the available toolbar icons, which can be reorganized however you like. "Name" is the name of the icon, referenced in the JS. "Action" is either a function or a URL to open. "Class" is the class given to the icon. "Tooltip" is the small tooltip that appears via the `title=""` attribute. The `Ctrl` and `Alt` in the title tags will be changed automatically to their Mac equivalents when needed. Additionally, you can add a separator between any icons by adding `"|"` to the toolbar array.
|
Below are the built-in toolbar icons, which can be reorganized however you like. "Name" is the name of the icon, referenced in the JS. "Action" is either a function or a URL to open. "Class" is the class given to the icon. "Tooltip" is the small tooltip that appears via the `title=""` attribute. The `Ctrl` and `Alt` in the title tags will be changed automatically to their Mac equivalents when needed. Additionally, you can add a separator between any icons by adding `"|"` to the toolbar array.
|
||||||
|
|
||||||
Name | Action | Class | Tooltip
|
Name | Action | Class | Tooltip
|
||||||
:--- | :----- | :---- | :------
|
:--- | :----- | :---- | :------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user