Adding characters to document lines: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 February 2024

  • curprev 18:3018:30, 17 February 2024Planetoid talk contribs 987 bytes +987 Created page with " == 將每行文字的行頭加上逗號符號 == 使用 [https://notepad-plus-plus.org/downloads/ notepad++] 軟體 # 選單: 尋找 -> 取代 # 搜尋模式: 勾選「用類型表示」 ## 尋找目標: {{kbd | key=(.*)}} 或者是 {{kbd | key=^(.*)$}} ## 取代成: {{kbd | key=,\1}} 或者是 {{kbd | key=,$1}}。 == 將每行文字的行頭加上短破折號 == 使用 [https://www.sublimetext.com/ Sublime Text] 軟體 # 選單: 尋找 -> 取代 # 搜尋模式: 勾選..." Tags: Mobile edit Mobile web edit