From 1b8162cb06f90eb6da4062b34c84ba43ae8cd19d Mon Sep 17 00:00:00 2001 From: Michael <49926276+mikeandjam@users.noreply.github.com> Date: Tue, 21 May 2019 19:47:50 -0400 Subject: [PATCH] Created Overview of Manuskript Menu (markdown) --- Overview-of-Manuskript-Menu.md | 149 +++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 Overview-of-Manuskript-Menu.md diff --git a/Overview-of-Manuskript-Menu.md b/Overview-of-Manuskript-Menu.md new file mode 100644 index 0000000..dfa5a3b --- /dev/null +++ b/Overview-of-Manuskript-Menu.md @@ -0,0 +1,149 @@ +This article lists the functions of the various options in Manuskript's top menu, with short descriptions where the intended effect is not immediately apparent. + +Many of these functions have their own keyboard shortcuts. Please see [[Keyboard Shortcuts]] for the complete list. + +# File + +* Open (can only be accessed when in the Manuskript home screen) +* Recent (can only be accessed when in the Manuskript home screen) +* Save +* Save as... +* Close project +* Import... +* Compile +* Quit + +For more information on Import and Compile, please see [[Import and Export capabilities]]. + +# Edit + +* Cut +* Copy +* Paste +* Delete +* Rename + +#### Format +##### Header +* Header Level 1 (setext) +* Header Level 2 +* Header Level 1 (atx) +* Header Level 2 +* Header Level 3 +* Header Level 4 +* Header Level 5 +* Header Level 6 + +#### Format +* Bold +* Italic +* Strike +* Verbatim +* Superscript +* Subscript +* Comment line(s) +* Unordered list +* Ordered list +* Blockquote +* Comment block +* Clear formats + +##### Labels... (Opens the Settings at "Labels") +##### Status... (Opens the Settings at "Status") +##### [[Settings|Overview of Manuskript Settings]] + +# Organize +Please note, the Organize menu can only be accessed when in the Editor Pane. +* Move Up +* Move Down +* Merge +* Split... +* Split at cursor + +# View +Please note, many of these functions can also be changed in the [[Settings|Overview of Manuskript Settings]] under "View". + +#### Mode +* Simple +* Fiction + +#### Tree +##### Icon color +* Nothing (default) +* POV +* Label +* Progress +* Compile +##### Text color +* Nothing +* POV +* Label +* Progress +* Compile (default) +##### Background color +* Nothing (default) +* POV +* Label +* Progress +* Compile + +#### Index cards +##### Icon +* Nothing (default) +* POV +* Label +* Progress +* Compile +##### Text +* Nothing (default) +* POV +* Label +* Progress +* Compile +##### Background +* Nothing (default) +* POV +* Label +* Progress +* Compile +##### Border +* Nothing (default) +* POV +* Label +* Progress +* Compile +##### Corner +* Nothing +* POV +* Label (default) +* Progress +* Compile + +#### Outline +##### Icon color +* Nothing (default) +* POV +* Label +* Progress +* Compile +##### Text color +* Nothing +* POV +* Label +* Progress +* Compile (default) +##### Background color +* Nothing (default) +* POV +* Label +* Progress +* Compile + +# Tools +* Spellcheck +* [[Frequency Analyzer]] +* [[Dictionary|Adding a Spellcheck Language Dictionary to Manuskript]] + +# Help +* Show help texts +* About \ No newline at end of file