スライド

The Slides application in CryptPad is an integration of CodeMirror.

../../_images/app-slides-preview.png

ツールバー

ツール:テキストエディターのツールを表示または非表示。

挿入:画像をドキュメントに追加。画像はドライブから選択するかアップロードできます。 ログイン済ユーザー

Theme: Set colors for the editor, detailed below.

Preview: Show/hide the slides preview pane.

Présenter: Launch the slide presentation in full window.

Writing slides with Markdown

CryptPad slides are written in Markdown, a lightweight syntax that offers basic formatting while remaining readable.

Markdown syntax guide

The main addition to basic Markdown in the Slides application is the --- delimiter to separate slides.

テーマ

オプション:

  • Layout: Toggle slide numbers, date, title, and transitions.

  • Background Image: Displayed on all slides.

  • Custom CSS: Paste CSS code to customise the presentation’s appearance.

Text color, Background color: Pick colors for the presentation.

Theme: Color scheme used in the code editor pane.

インポート/エクスポート

ファイル > インポート
サポートするフォーマット: プレーンテキストファイル。
ファイル > エクスポート
サポートするフォーマット: .md

画像

Markdown syntax to include remote images such as ![description](https://site.com/image.jpg) is blocked by CryptPad for security reasons.

ログイン済ユーザー

To insert images from the CryptDrive or upload new ones, use the Insert menu in the toolbar.

See Remote Content for more details.