編輯器功能引數

2021-07-09 03:17:21 字數 908 閱讀 2106

剪下(cut)

複製(copy)

貼上(paste)

撤銷(undo)

重做(redo)

居中(justifycenter)

加粗(bold)

斜體(italic)

左對齊(justifyleft)

右對齊(justfyright)

兩端對齊(justfyfull)

插入超連結(link)

取消超連結(unlink)

插入(image)

清除格式(removeformat)

下劃線(underline)

刪除線(strikethrough)

錨文字(anchor)

新建文字(newdocument)

字型顏色(forecolor)

字型背景色(backcolor)

格式選擇(formmatselect)

字型選擇(fontselect)

字型大小選擇(fontsizeselect)

樣式選擇(styleselect)

無序列表(bullist)

編號列表(numlist)

減少縮排(outdent)

縮排(indent)

幫助(wp_help)

開啟html**編輯器(code)

水平線(hr)

清除冗餘**(cleanup)

上標(sub)

下標(sup)

特殊符號(charmap)

插入more標籤(wp_more)

插入分頁標籤(wp_page)

隱藏按鈕顯示開關(wp_adv)

隱藏按鈕區起始部分(wp_adv_start)

隱藏按鈕區結束部分(wp_adv_end)

拼寫檢查(spellchecker)

vim編輯器引數(不熟引數)

1 vim配置檔案 全域性配置 etc vimrc 個人配置 vimrc 2 set下相關常用引數 ic 忽略大小寫 noic 不忽略 預設 ai 自動縮排 noai 不自動縮排 預設 3 文字分割 按視窗分割 ctrl w 之後 s 水平分割 ctrl w 之後 v 垂直分割 視窗之間切換 ctr...

CSDN markdown編輯器 功能字典

本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 使用這個編輯器書寫文章一邊有條理的新增入,一邊看著右側顯示出的 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標...

Unity 自定義編輯器視窗 拓展編輯器功能

最近學習了unity自定義編輯器視窗,下面簡單總結,方便用到時回顧。新建乙個指令碼 using unityengine using system.collections using unityeditor 自定義的編輯器視窗 public class mywindow editorwindow vo...