feat: New keyboard shortcuts guide (#2051)
* feat: Add search * feat: New design for keyboard shortcuts guide feat: Include quick search fix: Add missing shortcuts * tweaks * fix: Two other spots that should trigger guide-style instead of modal * sink,lift -> indent,outdent * fix: Animation should slide out as well as in
This commit is contained in:
@@ -301,28 +301,32 @@
|
||||
"This group has no members.": "This group has no members.",
|
||||
"Recently viewed": "Recently viewed",
|
||||
"Created by me": "Created by me",
|
||||
"Outline is designed to be fast and easy to use. All of your usual keyboard shortcuts work here, and there’s Markdown too.": "Outline is designed to be fast and easy to use. All of your usual keyboard shortcuts work here, and there’s Markdown too.",
|
||||
"Navigation": "Navigation",
|
||||
"New document in current collection": "New document in current collection",
|
||||
"Edit current document": "Edit current document",
|
||||
"Move current document": "Move current document",
|
||||
"Jump to search": "Jump to search",
|
||||
"Jump to dashboard": "Jump to dashboard",
|
||||
"Jump to home": "Jump to home",
|
||||
"Table of contents": "Table of contents",
|
||||
"Toggle sidebar": "Toggle sidebar",
|
||||
"Toggle navigation": "Toggle navigation",
|
||||
"Focus search input": "Focus search input",
|
||||
"Open this guide": "Open this guide",
|
||||
"Editor": "Editor",
|
||||
"Save and exit document edit mode": "Save and exit document edit mode",
|
||||
"Publish and exit document edit mode": "Publish and exit document edit mode",
|
||||
"Save document and continue editing": "Save document and continue editing",
|
||||
"Save document and exit": "Save document and exit",
|
||||
"Publish document and exit": "Publish document and exit",
|
||||
"Save document": "Save document",
|
||||
"Cancel editing": "Cancel editing",
|
||||
"Underline": "Underline",
|
||||
"Undo": "Undo",
|
||||
"Redo": "Redo",
|
||||
"Markdown": "Markdown",
|
||||
"Formatting": "Formatting",
|
||||
"Paragraph": "Paragraph",
|
||||
"Large header": "Large header",
|
||||
"Medium header": "Medium header",
|
||||
"Small header": "Small header",
|
||||
"Underline": "Underline",
|
||||
"Undo": "Undo",
|
||||
"Redo": "Redo",
|
||||
"Lists": "Lists",
|
||||
"Indent list item": "Indent list item",
|
||||
"Outdent list item": "Outdent list item",
|
||||
"Move list item up": "Move list item up",
|
||||
"Move list item down": "Move list item down",
|
||||
"Numbered list": "Numbered list",
|
||||
"Blockquote": "Blockquote",
|
||||
"Horizontal divider": "Horizontal divider",
|
||||
|
||||
Reference in New Issue
Block a user