@extends('layouts.plain') @section('document-class', 'bg-white ' . (setting()->getForCurrentUser('dark-mode-enabled') ? 'dark-mode ' : '')) @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+S Cmd+S {{ trans('entities.pages_edit_save_draft') }}
Ctrl+Enter Cmd+Enter {{ trans('editor.save_continue') }}
Ctrl+B Cmd+B {{ trans('editor.bold') }}
Ctrl+I Cmd+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+Shift+8
Ctrl+Shift+E
Cmd+Shift+8
Cmd+Shift+E
{{ trans('editor.inline_code') }}
Ctrl+9 Cmd+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