mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 14:02:24 +01:00
Disable WIP markdown editor toolbar option
This commit is contained in:
parent
f457f7f5d7
commit
e0421c1e57
@ -46,20 +46,20 @@ $("textarea.markdown").each(function() {
|
||||
"fullscreen",
|
||||
"|",
|
||||
"guide",
|
||||
{
|
||||
name: "rules",
|
||||
className: "fa fa-book",
|
||||
title: "others buttons",
|
||||
children: [
|
||||
{
|
||||
name: "rules",
|
||||
action: urlInserter("/policy_and_guidance/#2-accepted-content"),
|
||||
className: "fa fa-star",
|
||||
title: "2. Accepted content",
|
||||
text: "2. Accepted content",
|
||||
},
|
||||
]
|
||||
},
|
||||
// {
|
||||
// name: "rules",
|
||||
// className: "fa fa-book",
|
||||
// title: "others buttons",
|
||||
// children: [
|
||||
// {
|
||||
// name: "rules",
|
||||
// action: urlInserter("/policy_and_guidance/#2-accepted-content"),
|
||||
// className: "fa fa-star",
|
||||
// title: "2. Accepted content",
|
||||
// text: "2. Accepted content",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
],
|
||||
previewRender: (plainText, preview) => {
|
||||
if (timeout_id) {
|
||||
|
Loading…
Reference in New Issue
Block a user