angular.module('kityminderEditor').run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('ui/directive/appendNode/appendNode.html', "
{{ 'appendchildnode' | lang:'ui/command' }}
{{ 'appendparentnode' | lang:'ui/command' }}
{{ 'appendsiblingnode' | lang:'ui/command' }}
" ); $templateCache.put('ui/directive/arrange/arrange.html', "
{{ 'arrangeup' | lang:'ui/command' }}
{{ 'arrangedown' | lang:'ui/command' }}
" ); $templateCache.put('ui/directive/colorPanel/colorPanel.html', "
" ); $templateCache.put('ui/directive/expandLevel/expandLevel.html', "
" ); $templateCache.put('ui/directive/fontOperator/fontOperator.html', "
A
" ); $templateCache.put('ui/directive/hyperLink/hyperLink.html', "
" ); $templateCache.put('ui/directive/imageBtn/imageBtn.html', "
" ); $templateCache.put('ui/directive/kityminderEditor/kityminderEditor.html', "
" ); $templateCache.put('ui/directive/kityminderViewer/kityminderViewer.html', "
" ); $templateCache.put('ui/directive/layout/layout.html', "
{{ 'resetlayout' | lang: 'ui/command' }}
" ); $templateCache.put('ui/directive/navigator/navigator.html', "
" ); $templateCache.put('ui/directive/noteBtn/noteBtn.html', "
" ); $templateCache.put('ui/directive/noteEditor/noteEditor.html', "

备注

支持 GFM 语法书写

请选择节点编辑备注

" ); $templateCache.put('ui/directive/notePreviewer/notePreviewer.html', "
" ); $templateCache.put('ui/directive/operation/operation.html', "
{{ 'editnode' | lang:'ui/command' }}
{{ 'removenode' | lang:'ui/command' }}
" ); $templateCache.put('ui/directive/priorityEditor/priorityEditor.html', "" ); $templateCache.put('ui/directive/progressEditor/progressEditor.html', "" ); $templateCache.put('ui/directive/resourceEditor/resourceEditor.html', "
" ); $templateCache.put('ui/directive/searchBox/searchBox.html', "
" ); $templateCache.put('ui/directive/searchBtn/searchBtn.html', "
" ); $templateCache.put('ui/directive/selectAll/selectAll.html', "
" ); $templateCache.put('ui/directive/styleOperator/styleOperator.html', "
{{ 'clearstyle' | lang: 'ui' }}
{{ 'copystyle' | lang: 'ui' }} {{ 'pastestyle' | lang: 'ui' }}
" ); $templateCache.put('ui/directive/templateList/templateList.html', "
" ); $templateCache.put('ui/directive/themeList/themeList.html', "
{{ minder.queryCommandValue('theme') | lang: 'theme'; }}
" ); $templateCache.put('ui/directive/topTab/topTab.html', "" ); $templateCache.put('ui/directive/undoRedo/undoRedo.html', "
" ); $templateCache.put('ui/dialog/hyperlink/hyperlink.tpl.html', "

链接

" ); $templateCache.put('ui/dialog/imExportNode/imExportNode.tpl.html', "

{{ title }}

" ); $templateCache.put('ui/dialog/image/image.tpl.html', "

图片

  • \"{{ {{ image.title }}
\"{{
\"{{
" ); }]);