Add markdown toolbar to node description editor

This commit is contained in:
Nick O'Leary
2018-10-06 23:14:04 +01:00
parent bcc7834650
commit 422109868d
7 changed files with 121 additions and 108 deletions

View File

@@ -17,7 +17,6 @@
<label for="node-input-outputs"><i class="fa fa-random"></i> <span data-i18n="function.label.outputs"></span></label>
<input id="node-input-outputs" style="width: 60px;" value="1">
</div>
<div class="form-tips"><span data-i18n="function.tip"></span></div>
</script>
<script type="text/x-red" data-help-name="function">

View File

@@ -196,8 +196,7 @@
"error": {
"inputListener":"Cannot add listener to 'input' event within Function",
"non-message-returned":"Function tried to send a message of type __type__"
},
"tip": "See the Info tab for help writing functions."
}
},
"template": {
"template": "template",

View File

@@ -196,8 +196,7 @@
"error": {
"inputListener": "コード内で'input'イベントのリスナを設定できません",
"non-message-returned": "Functionードが __type__ 型のメッセージ送信を試みました"
},
"tip": "コードの記述方法はノードの「情報」を参照してください。"
}
},
"template": {
"template": "template",

View File

@@ -191,8 +191,7 @@
"error": {
"inputListener":"无法在函数中监听对'注入'事件",
"non-message-returned":"函数节点尝试返回类型为 __type__ 的信息"
},
"tip": "可从信息页面查看更多关于如何编写函数的帮助"
}
},
"template": {
"label": {