mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GITBOOK-496: Remove shortcuts section
This commit is contained in:
parent
78f02e0d29
commit
5d6cb98659
7 changed files with 8 additions and 283 deletions
|
@ -85,9 +85,4 @@
|
||||||
* [Custom CSS](miscellaneous/custom-css.md)
|
* [Custom CSS](miscellaneous/custom-css.md)
|
||||||
* [Features](miscellaneous/feature-list-by-platform.md)
|
* [Features](miscellaneous/feature-list-by-platform.md)
|
||||||
* [Troubleshooting](miscellaneous/troubleshooting.md)
|
* [Troubleshooting](miscellaneous/troubleshooting.md)
|
||||||
* [Keyboard Shortcuts](miscellaneous/keyboard-shortcuts/README.md)
|
|
||||||
* [Main Commands](miscellaneous/keyboard-shortcuts/main-commands.md)
|
|
||||||
* [Navigation](miscellaneous/keyboard-shortcuts/navigation.md)
|
|
||||||
* [Markdown](miscellaneous/keyboard-shortcuts/markdown.md)
|
|
||||||
* [Commands](miscellaneous/keyboard-shortcuts/commands.md)
|
|
||||||
* [Migration from the Legacy App](miscellaneous/migration-from-the-legacy-app.md)
|
* [Migration from the Legacy App](miscellaneous/migration-from-the-legacy-app.md)
|
||||||
|
|
|
@ -77,3 +77,11 @@ The homepage from the alpha app has been removed, and replaced with the new side
|
||||||
There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other vault, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
|
There's a hack that can be done on desktop only. You will need to create a separate shortcut for your other vault, and add the `--user-data-dir="$path"` flag to the launch command (i.e. `--user-data-dir="D:\Anytype"`).
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
<summary>Where can I find keyboard shortcuts / hotkeys?</summary>
|
||||||
|
|
||||||
|
You can check all keyboard shortcuts in the app by clicking on `? > Keyboard shortcuts` in the bottom right corner of the app.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
description: Anytype supports keyboard shortcuts for quicker navigation.
|
|
||||||
---
|
|
||||||
|
|
||||||
# Keyboard Shortcuts
|
|
||||||
|
|
|
@ -1,65 +0,0 @@
|
||||||
# Commands
|
|
||||||
|
|
||||||
### Menu
|
|
||||||
|
|
||||||
**/** | Activate command menu
|
|
||||||
|
|
||||||
**Up & down arrow** | Move in menu
|
|
||||||
|
|
||||||
**Left & right arrow** | Get into & close sub menu
|
|
||||||
|
|
||||||
**Esc** | Close menu
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
After pressing / start with writing the block name to choose the right one without a mouse, change block colors, and activate actions.
|
|
||||||
|
|
||||||
### Text
|
|
||||||
|
|
||||||
**/text** | Text block
|
|
||||||
|
|
||||||
**/h1** | Large heading
|
|
||||||
|
|
||||||
**/h2** | Medium heading
|
|
||||||
|
|
||||||
**/h3** | Small heading
|
|
||||||
|
|
||||||
**/high** | Highlight a block of larger text
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Lists
|
|
||||||
|
|
||||||
**/todo** | To-do list with checkboxes
|
|
||||||
|
|
||||||
**/bullet** | Bulleted list
|
|
||||||
|
|
||||||
**/num** | Numbered list
|
|
||||||
|
|
||||||
**/toggle** | Toggle list
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Objects
|
|
||||||
|
|
||||||
**@today, @tomorrow** | Create an object with a relative date. Also available: @three days ago, @last month, @2023-01-01
|
|
||||||
|
|
||||||
**/page** | Page
|
|
||||||
|
|
||||||
**/file** | File
|
|
||||||
|
|
||||||
**/image** | Image
|
|
||||||
|
|
||||||
**/video** | Video
|
|
||||||
|
|
||||||
**/bookmark** | Bookmark
|
|
||||||
|
|
||||||
**/link** | Link to page
|
|
||||||
|
|
||||||
### Other
|
|
||||||
|
|
||||||
**/line** | Line divider
|
|
||||||
|
|
||||||
**/dots** | Dots divider
|
|
||||||
|
|
||||||
**/code** | Code snippet
|
|
|
@ -1,99 +0,0 @@
|
||||||
# Main Commands
|
|
||||||
|
|
||||||
### Basics
|
|
||||||
|
|
||||||
**⌘ + N** | Create new object 
|
|
||||||
|
|
||||||
**⌘ + Shift + N** | New Anytype window 
|
|
||||||
|
|
||||||
**⌘ + Option + N** | Create a new object in new window 
|
|
||||||
|
|
||||||
**⌘ + Enter** | Opens object in new window from search interface 
|
|
||||||
|
|
||||||
**⌘ + Option + F** | Toggle fullscreen 
|
|
||||||
|
|
||||||
**⌘ + Z** | Undo 
|
|
||||||
|
|
||||||
**⌘ + Shift + Z** | Redo 
|
|
||||||
|
|
||||||
**⌘ + P** | Print 
|
|
||||||
|
|
||||||
**⌘ + F** | Find on page 
|
|
||||||
|
|
||||||
**⌘ + Q** | Close Anytype 
|
|
||||||
|
|
||||||
**⌘ + Y** | Show page edit history 
|
|
||||||
|
|
||||||
**Shift + Click** | On page link will open it in modal view 
|
|
||||||
|
|
||||||
**⌘ + Click** | On page link will open it in new window 
|
|
||||||
|
|
||||||
**Ctrl + Space** | Shortcuts to launch shortcuts view 
|
|
||||||
|
|
||||||
**⌘ + \\** | Toggle sidebar 
|
|
||||||
|
|
||||||
**⌘ + "+"** | Zoom in 
|
|
||||||
|
|
||||||
**⌘ + "-"** | Zoom out 
|
|
||||||
|
|
||||||
**⌘ + 0** | Default zoom 
|
|
||||||
|
|
||||||
### Structuring 
|
|
||||||
|
|
||||||
**Enter** | Create a new text block 
|
|
||||||
|
|
||||||
**Shift + Enter** | Create a line break within a block of text 
|
|
||||||
|
|
||||||
**Delete** | Merge block with the one above 
|
|
||||||
|
|
||||||
**Tab** | Indent. Сreate a nested block. Moves it to the right 
|
|
||||||
|
|
||||||
**Shift + Tab** | Outdent. Move block to the parent block level to the left 
|
|
||||||
|
|
||||||
### Selection 
|
|
||||||
|
|
||||||
**Double Click** | Select word 
|
|
||||||
|
|
||||||
**Triple Click** | Select an entire block 
|
|
||||||
|
|
||||||
**⌘ + A** | Select all blocks in the page 
|
|
||||||
|
|
||||||
**Shift + ↑ or ↓** | Expand your selection up or down 
|
|
||||||
|
|
||||||
**⌘ + Click** | On block will select or de-select an entire block 
|
|
||||||
|
|
||||||
**Shift + Click** | Select block and all blocks in between 
|
|
||||||
|
|
||||||
### Actions / Activate command menu 
|
|
||||||
|
|
||||||
**⌘ + /** | Open action menu 
|
|
||||||
|
|
||||||
**⌘ + Delete** | Deletes the words left to the cursor 
|
|
||||||
|
|
||||||
**⌘ + C** | Copy selected block/blocks or text part 
|
|
||||||
|
|
||||||
**⌘ + X** | Cut selected block/blocks or text part 
|
|
||||||
|
|
||||||
**⌘ + V** | Paste data outside Anytype, block/blocks or text part 
|
|
||||||
|
|
||||||
**⌘ + D** | Duplicate selected block/blocks 
|
|
||||||
|
|
||||||
**⌘ + E, ⌘ + .** | Show emoji picker 🏄♂️ 
|
|
||||||
|
|
||||||
### Text style 
|
|
||||||
|
|
||||||
**⌘ + B** | Bold 
|
|
||||||
|
|
||||||
**⌘ + I** | Italic 
|
|
||||||
|
|
||||||
**⌘ + U** | Underline 
|
|
||||||
|
|
||||||
**⌘ + Shift +S** | Strikethrough 
|
|
||||||
|
|
||||||
**⌘ + K** | Add a link 
|
|
||||||
|
|
||||||
**⌘ + L** | Convert to Inline code 
|
|
||||||
|
|
||||||
**⌘ + Shift + C** | Apply previously selected font color 
|
|
||||||
|
|
||||||
**⌘ + Shift + H** | Apply previously selected highlight
|
|
|
@ -1,61 +0,0 @@
|
||||||
# Markdown
|
|
||||||
|
|
||||||
### While typing 
|
|
||||||
|
|
||||||
**\`** | Inline code 
|
|
||||||
|
|
||||||
**\*\* or \_\_** | Inline bold
|
|
||||||
|
|
||||||
**\* or \_** | Inline italic 
|
|
||||||
|
|
||||||
**\~\~** | Inline strikethrough 
|
|
||||||
|
|
||||||
**-- >** (no spaces) | Inserts: ⟶ 
|
|
||||||
|
|
||||||
**< --** (no spaces) Inserts: ⟵ 
|
|
||||||
|
|
||||||
**< -- >** (no spaces) Inserts: ⟷ 
|
|
||||||
|
|
||||||
**->** (like above but 1 -) | Inserts: → 
|
|
||||||
|
|
||||||
**<-** | Inserts: ← 
|
|
||||||
|
|
||||||
**--** | Inserts: — 
|
|
||||||
|
|
||||||
**— >** (no spaces) | Inserts: ⟶ 
|
|
||||||
|
|
||||||
**< —** (no spaces) | Inserts: ⟵ 
|
|
||||||
|
|
||||||
**(c)** | Inserts: © 
|
|
||||||
|
|
||||||
**(r)** | Inserts: ® 
|
|
||||||
|
|
||||||
**(tm)** | Inserts: ™
|
|
||||||
|
|
||||||
**...** | Inserts: … 
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### At the beginning of any new line
|
|
||||||
|
|
||||||
**# + Space** | Create an H1 heading
|
|
||||||
|
|
||||||
**## + Space** | Create an H2 heading
|
|
||||||
|
|
||||||
**### + Space** | Create an H3 heading 
|
|
||||||
|
|
||||||
**" + Space** | Create a highlighted block
|
|
||||||
|
|
||||||
**\* or + or - and Space** | Create a bulleted list 
|
|
||||||
|
|
||||||
**\[] + Space** | Create a to-do checkbox
|
|
||||||
|
|
||||||
1. **+ Space** | Create a numbered list
|
|
||||||
|
|
||||||
**> + Space** | Create a toggle list
|
|
||||||
|
|
||||||
**\`\`\`** | Create a code block
|
|
||||||
|
|
||||||
**---** | Create line divider
|
|
||||||
|
|
||||||
**\*\*\*** | Create dots divider
|
|
|
@ -1,47 +0,0 @@
|
||||||
# Navigation
|
|
||||||
|
|
||||||
### Basics 
|
|
||||||
|
|
||||||
**⌘ + ,(comma)** | Open settings 
|
|
||||||
|
|
||||||
**⌘ + O** | Open the navigation pane 
|
|
||||||
|
|
||||||
**⌘ + Option + O** | Open the graph pane 
|
|
||||||
|
|
||||||
**⌘ + S** | Open the search pane 
|
|
||||||
|
|
||||||
**Alt + H** | Return to the home screen 
|
|
||||||
|
|
||||||
**⌘ + \[** | Show the previous page from history 
|
|
||||||
|
|
||||||
**⌘ + ]** | Show the next page from history 
|
|
||||||
|
|
||||||
### Menu, search and navigation pane 
|
|
||||||
|
|
||||||
**↓ or Tab** | Go the next option 
|
|
||||||
|
|
||||||
↑ **or Shift + Tab** | Go to the previous option
|
|
||||||
|
|
||||||
**←** | Go to the left side of navigation. Link from page 
|
|
||||||
|
|
||||||
**→** | Go to the right side of navigation. Link to page 
|
|
||||||
|
|
||||||
**Enter** | Select option 
|
|
||||||
|
|
||||||
### Page navigation 
|
|
||||||
|
|
||||||
**⌘ + Shift + T** | Expand / Collapse Toggle 
|
|
||||||
|
|
||||||
**↓** | Go down one line 
|
|
||||||
|
|
||||||
**↑** | Go up one line 
|
|
||||||
|
|
||||||
**⌘ + ←** | Go to the start of the line 
|
|
||||||
|
|
||||||
**⌘ + →** | Go to the end of the line 
|
|
||||||
|
|
||||||
**⌘ + ↑** |Go to the start of the page 
|
|
||||||
|
|
||||||
**⌘ + ↓** | Go to the end of the page 
|
|
||||||
|
|
||||||
**⌘ + Shift + ↑↓** | Move selected block(s) around
|
|
Loading…
Add table
Add a link
Reference in a new issue