X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8759fff1163e4691a208b5326155659f00a3d06a..refs/pull/5721/head:/resources/views/help/wysiwyg.blade.php diff --git a/resources/views/help/wysiwyg.blade.php b/resources/views/help/wysiwyg.blade.php index 8ff59c8d6..4fc00b0e1 100644 --- a/resources/views/help/wysiwyg.blade.php +++ b/resources/views/help/wysiwyg.blade.php @@ -1,146 +1,138 @@ -@extends('layouts.plain') -@section('document-class', 'bg-white ' . (setting()->getForCurrentUser('dark-mode-enabled') ? 'dark-mode ' : '')) +

{{ trans('editor.shortcuts') }}

-@section('content') -
- -

{{ trans('editor.editor_license') }}

-

- {!! trans('editor.editor_tiny_license', ['tinyLink' => 'TinyMCE']) !!} -
- {{ trans('editor.editor_tiny_license_link') }} -

- -

{{ trans('editor.shortcuts') }}

- -

{{ trans('editor.shortcuts_intro') }}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ trans('editor.shortcut') }} {{ trans('editor.windows_linux') }}{{ trans('editor.shortcut') }} {{ trans('editor.mac') }}{{ trans('editor.description') }}
Ctrl+SCmd+S{{ trans('entities.pages_edit_save_draft') }}
Ctrl+EnterCmd+Enter{{ trans('editor.save_continue') }}
Ctrl+BCmd+B{{ trans('editor.bold') }}
Ctrl+ICmd+I{{ trans('editor.italic') }}
- Ctrl+1
- Ctrl+2
- Ctrl+3
- Ctrl+4 -
- Cmd+1
- Cmd+2
- Cmd+3
- Cmd+4 -
- {{ trans('editor.header_large') }}
- {{ trans('editor.header_medium') }}
- {{ trans('editor.header_small') }}
- {{ trans('editor.header_tiny') }} -
- Ctrl+5
- Ctrl+D -
- Cmd+5
- Cmd+D -
{{ trans('editor.paragraph') }}
- Ctrl+6
- Ctrl+Q -
- Cmd+6
- Cmd+Q -
{{ trans('editor.blockquote') }}
- Ctrl+7
- Ctrl+E -
- Cmd+7
- Cmd+E -
{{ trans('editor.insert_code_block') }}
- Ctrl+8
- Ctrl+Shift+E -
- Cmd+8
- Cmd+Shift+E -
{{ trans('editor.inline_code') }}
Ctrl+9Cmd+9 - {{ trans('editor.callouts') }}
- {{ trans('editor.callouts_cycle') }} -
- Ctrl+O
- Ctrl+P -
- Cmd+O
- Cmd+P -
- {{ trans('editor.list_numbered') }}
- {{ trans('editor.list_bullet') }} -
- Ctrl+Shift+K - - Cmd+Shift+K - {{ trans('editor.link_selector') }}
- -
-@endsection +

{{ trans('editor.shortcuts_intro') }}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ trans('editor.shortcut') }} {{ trans('editor.windows_linux') }}{{ trans('editor.shortcut') }} {{ trans('editor.mac') }}{{ trans('editor.description') }}
Ctrl+SCmd+S{{ trans('entities.pages_edit_save_draft') }}
Ctrl+EnterCmd+Enter{{ trans('editor.save_continue') }}
Ctrl+BCmd+B{{ trans('editor.bold') }}
Ctrl+ICmd+I{{ trans('editor.italic') }}
+ Ctrl+1
+ Ctrl+2
+ Ctrl+3
+ Ctrl+4 +
+ Cmd+1
+ Cmd+2
+ Cmd+3
+ Cmd+4 +
+ {{ trans('editor.header_large') }}
+ {{ trans('editor.header_medium') }}
+ {{ trans('editor.header_small') }}
+ {{ trans('editor.header_tiny') }} +
+ Ctrl+5
+ Ctrl+D +
+ Cmd+5
+ Cmd+D +
{{ trans('editor.paragraph') }}
+ Ctrl+6
+ Ctrl+Q +
+ Cmd+6
+ Cmd+Q +
{{ trans('editor.blockquote') }}
+ Ctrl+7
+ Ctrl+E +
+ Cmd+7
+ Cmd+E +
{{ trans('editor.insert_code_block') }}
+ Ctrl+8
+ Ctrl+Shift+E +
+ Cmd+8
+ Cmd+Shift+E +
{{ trans('editor.inline_code') }}
Ctrl+9Cmd+9 + {{ trans('editor.callouts') }}
+ {{ trans('editor.callouts_cycle') }} +
+ Ctrl+O
+ Ctrl+P +
+ Cmd+O
+ Cmd+P +
+ {{ trans('editor.list_numbered') }}
+ {{ trans('editor.list_bullet') }} +
+ Ctrl+Shift+K + + Cmd+Shift+K + {{ trans('editor.link_selector') }}
+

{{ trans('editor.editor_license') }}

+

+ {!! trans('editor.editor_lexical_license', ['lexicalLink' => 'Lexical']) !!} +
+ Copyright (c) Meta Platforms, Inc. and affiliates. +
+ {{ trans('editor.editor_lexical_license_link') }} +

\ No newline at end of file