aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/orphaned/mdn/editor
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 13:12:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 13:12:08 +0100
commit43a5cac2eff22c21071800e13bef12af9d3a37d0 (patch)
treef6e91f8aa958f15bd0b0aabf7b8dfc09063eceda /files/zh-tw/orphaned/mdn/editor
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-43a5cac2eff22c21071800e13bef12af9d3a37d0.tar.gz
translated-content-43a5cac2eff22c21071800e13bef12af9d3a37d0.tar.bz2
translated-content-43a5cac2eff22c21071800e13bef12af9d3a37d0.zip
unslug zh-tw: move
Diffstat (limited to 'files/zh-tw/orphaned/mdn/editor')
-rw-r--r--files/zh-tw/orphaned/mdn/editor/basics/index.html55
-rw-r--r--files/zh-tw/orphaned/mdn/editor/index.html23
-rw-r--r--files/zh-tw/orphaned/mdn/editor/keyboard_shortcuts/index.html134
3 files changed, 212 insertions, 0 deletions
diff --git a/files/zh-tw/orphaned/mdn/editor/basics/index.html b/files/zh-tw/orphaned/mdn/editor/basics/index.html
new file mode 100644
index 0000000000..d33daf9aeb
--- /dev/null
+++ b/files/zh-tw/orphaned/mdn/editor/basics/index.html
@@ -0,0 +1,55 @@
+---
+title: Editor UI elements
+slug: MDN/Editor/Basics
+translation_of: MDN/Editor/Basics
+---
+<div>{{MDNSidebar}}</div><p><span class="seoSummary">The built-in WYSIWYG editor on MDN is designed to make it as easy as possible to create, edit, and improve articles and other pages almost anywhere on the site.</span> The editor window, shown below, consists of eight key area. This guide provides information about each section so you know how to use our entire editing environment.</p>
+
+<div class="note">
+<p>We're constantly working on improvements to MDN, so there will be times when this documentation or the screen shots below may be slightly out-of-date. We'll periodically update this documentation, though, to avoid it being unusably behind.</p>
+</div>
+
+<p><img alt="Screenshot of the editor UI (August 2017) with each section labeled" src="https://mdn.mozillademos.org/files/15261/edit-page-with-labels.png" style="border-style: solid; border-width: 2px; height: 723px; width: 808px;"></p>
+
+<p>The editor UI contains the following sections, as shown above. Click a link below to read about that section of the editor.</p>
+
+<ul>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Basics/Page_info">Page info</a></li>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Basics/Page_controls">Page controls</a></li>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Basics/Toolbar">Toolbar</a></li>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Edit_box">Edit box</a></li>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Basics/Tags">Tags</a></li>
+ <li><a href="#Revision_comment">Revision comment</a></li>
+ <li><a href="#Review_requests">Review requests</a></li>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Basics/Attachments">Attachments</a></li>
+</ul>
+
+<h2 id="Revision_comment">Revision comment</h2>
+
+<p>After you've made your changes, it's strongly recommended you add a comment to your revision. This is displayed in the revision history for the page, as well as on the <a href="/en-US/dashboards/revisions" title="/en-US/dashboards/revisions">Revision Dashboard</a>. It helps to explain or justify your changes to others that may review your work later. To add a revision comment, simply type the note into the revision comment box before clicking either of the <strong>Publish</strong> buttons at the top or bottom of the page.</p>
+
+<p>There are a few reasons this is helpful:</p>
+
+<ul>
+ <li>If the reason for your change isn't obvious, your note can explain the reasoning to others.</li>
+ <li>If your change is technically complex, it can explain to editors the logic behind it; this can include a bug number, for example, that editors can refer to for more information.</li>
+ <li>If your edit involves deleting a large amount of content, you can justify the deletion (for example, "I moved this content to article X").</li>
+</ul>
+
+<h2 id="Review_requests">Review requests</h2>
+
+<p>The MDN community uses <strong>reviews</strong> to try to monitor and improve the quality of MDN's content. This works by setting a flag on an article indicating that a review is needed. You can learn more about <a href="/en-US/docs/MDN/Contribute/Howto/Do_a_technical_review" title="/en-US/docs/Project:MDN/Contributing/How_to_help#Content_reviews">technical reviews</a> and <a href="/en-US/docs/MDN/Contribute/Howto/Do_an_editorial_review">editorial review</a> in the <a href="/en-US/docs/MDN/Contribute/Howto" title="/en-US/docs/Project:MDN/Contributing/How_to_help">How to</a> guides.</p>
+
+<p>To request a review on the article you've worked on, toggle on the checkbox next to the type of review that's needed. Technical reviews should be requested any time you make changes to the explanation of how something technical works, while editorial reviews are a good idea when you've made changes and would like someone to review your writing and style choices.</p>
+
+<p>While selecting a review checkbox adds the article to the lists of those <a href="/en-US/docs/needs-review/technical">needing technical review</a> or <a href="/en-US/docs/needs-review/editorial">needing editorial review</a>, it does not guarantee that anyone will immediately review the article. For technical reviews, it's a good idea to directly contact a <a href="/en-US/docs/MDN/Community/Roles/Subject-matter_experts">subject-matter expert</a> in the relevant technical area. For editorial reviews, you can post in the <a href="/https://discourse.mozilla.org/c/mdn">MDN discussion forum</a> to request that someone review your changes.</p>
+
+<p>Be sure to click one of the <strong>Publish</strong> buttons after making your selections, to commit your review request.</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="http://docs.cksource.com/CKEditor_3.x/Users_Guide">CKEditor User's Guide</a></li>
+</ul>
+
+<h6 id="EditorGuideQuicklinks">{{EditorGuideQuicklinks}}<span id="cke_bm_73C" style="display: none;"> </span></h6>
diff --git a/files/zh-tw/orphaned/mdn/editor/index.html b/files/zh-tw/orphaned/mdn/editor/index.html
new file mode 100644
index 0000000000..5cf0ac0a43
--- /dev/null
+++ b/files/zh-tw/orphaned/mdn/editor/index.html
@@ -0,0 +1,23 @@
+---
+title: Guide to the MDN editor UI
+slug: MDN/Editor
+tags:
+ - Documentation
+ - Guide
+ - Landing
+ - MDN
+ - MDN Meta
+ - 指南
+translation_of: MDN/Editor
+---
+<div>{{MDNSidebar}}</div><div>{{IncludeSubnav("/zh-TW/docs/MDN")}}</div>
+
+<p><span class="seoSummary">MDN線上文件百科的WYSIWYG (what-you-see-is-what-you-get) 所見即所得編輯器讓人可以輕鬆地對新內容做出貢獻。</span></p>
+
+<p><span class="seoSummary">這個指南將教會您如何使用編輯器以及提升你的生產力,在您開始編輯或創造新頁面前,請先閱讀並同意遵守<a href="https://www.mozilla.org/en-US/about/legal/terms/mozilla/">Mozilla Terms</a> 。</span></p>
+
+<p><a href="/en-US/docs/MDN/Contribute/Content/Style_guide" title="Read the MDN style guide">MDN style guide</a> 提供了內容的編排方法與風格,其中包含了我們建議的文法與拼字規則。</p>
+
+<p>{{LandingPageListSubpages}}</p>
+
+<p>{{EditorGuideQuicklinks}}</p>
diff --git a/files/zh-tw/orphaned/mdn/editor/keyboard_shortcuts/index.html b/files/zh-tw/orphaned/mdn/editor/keyboard_shortcuts/index.html
new file mode 100644
index 0000000000..3c691a124b
--- /dev/null
+++ b/files/zh-tw/orphaned/mdn/editor/keyboard_shortcuts/index.html
@@ -0,0 +1,134 @@
+---
+title: Edit box of the MDN editor
+slug: MDN/Editor/Edit_box
+translation_of: MDN/Editor/Keyboard_shortcuts
+---
+<div>{{MDNSidebar}}</div><p>The edit box is, of course, where you actually do your writing. Right-clicking in the editor box offers appropriate additional options depending on the context of your click: right-clicking in a table offers table-related options and right-clicking in a list offers list-related options, for example.</p>
+
+<p>By default, the editor uses its own contextual menu when you right-click on the editor. To access your browser's default contextual menu (such as to access the Firefox spell checker's list of suggested corrections), hold down the <kbd>Shift</kbd> or <kbd>Control</kbd> key (the <kbd>Command</kbd> key on Mac OS X) while clicking.</p>
+
+<h2 id="鍵盤快捷鍵">鍵盤快捷鍵</h2>
+
+<p>There are a number of convenient keyboard shortcuts available to help you avoid taking your hands off the keyboard while you work. The shortcuts are listed for Windows and Linux; on Mac, instead of using the <kbd>Control</kbd> key, you can use the <kbd>Command</kbd> key.</p>
+
+<table class="standard-table">
+ <colgroup>
+ <col style="width: 15em;">
+ </colgroup>
+ <tbody>
+ <tr>
+ <th>快捷鍵</th>
+ <th>說明</th>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>A</kbd></td>
+ <td>全選</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>C</kbd></td>
+ <td>複製到剪貼簿</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>V</kbd></td>
+ <td>從剪貼簿貼上</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>X</kbd></td>
+ <td>剪下</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>Z</kbd></td>
+ <td>回到上一步</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>Y</kbd></td>
+ <td>重置</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>K</kbd></td>
+ <td>開啟連結編輯器/新增連結</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>K</kbd></td>
+ <td>移除連結游標位置。</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>B</kbd></td>
+ <td>粗體</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>I</kbd></td>
+ <td>斜體</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>O</kbd></td>
+ <td>切換 <code>&lt;code&gt;</code> 樣式。</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>O</kbd></td>
+ <td>
+ <p>切換原始碼顯示模式。</p>
+
+ <div class="note">在原始碼模式下編輯時請小心,您需要遵守我們的內容標準。更多細節關於如何使用原始碼模式與使用之優缺點請參照<a href="/en-US/docs/MDN/Contribute/Editor/Source_mode">原始碼模式編輯教學</a>。</div>
+ </td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>P</kbd></td>
+ <td>切換 <code>&lt;pre&gt;</code> 樣式在當前區塊中的開啟與關閉。</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>U</kbd></td>
+ <td>底線。</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>S</kbd></td>
+ <td>儲存修改並關閉編輯器。</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd></td>
+ <td>儲存修改但不要關閉編輯器。</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>0</kbd></td>
+ <td>Remove formatting from the selected area (That's a zero, not the letter "O").</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>2</kbd> through <kbd>Ctrl</kbd> + <kbd>6</kbd></td>
+ <td>Select heading level 2 through 6. Heading level 1 is reserved for the page title displayed at the top of the article.</td>
+ </tr>
+ <tr>
+ <td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd></td>
+ <td>Toggle from bulleted list to numbered list to and paragraph format</td>
+ </tr>
+ <tr>
+ <td><kbd>Tab</kbd></td>
+ <td>Increase indent level if in indent mode, otherwise inserts two spaces as a tab. Inside tables, this moves the cursor to the next cell, or inserts a new row if there is no next cell. If the cursor is currently in the page title or in a heading, the cursor jumps to the next paragraph.</td>
+ </tr>
+ <tr>
+ <td><kbd>Shift</kbd> + <kbd>Tab</kbd></td>
+ <td>Decrease indent level if in indent mode. Inside tables, this jumps to the previous cell, or inserts a new row if there is no previous cell. If the cursor is currently in the page title or in a heading, the cursor jumps to the next paragraph.</td>
+ </tr>
+ <tr>
+ <td><kbd>Shift</kbd> + <kbd>Space</kbd></td>
+ <td>Insert a non-breaking space (<code>&amp;nbsp;</code>)</td>
+ </tr>
+ <tr>
+ <td><kbd>Shift</kbd> + <kbd>Enter</kbd></td>
+ <td>
+ <p>Exits out of the current block. For example, if you're currently editing a <code>&lt;pre&gt;</code> block, <kbd>Shift</kbd> + <kbd>Enter</kbd> exits the block, putting you back in the body of the article.</p>
+
+ <div class="note style-wrap">
+ <p>Not currently implemented; see {{bug(780055)}}.</p>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="/en-US/docs/MDN/Contribute/Editor/Basics">Editor UI elements</a></li>
+ <li><a href="/en-US/docs/MDN/Contribute">Contributing to MDN</a></li>
+ <li><a href="/en-US/docs/MDN/Getting_started">Getting started on MDN</a></li>
+</ul>