Skip to content

Sayfa Duzenleyici

The SetGet page editor is a block-based rich text editor built for team documentation. It supports structured formatting, slash commands for rapid block insertion, keyboard shortcuts for power users, and AI-powered writing tools that help you draft, refine, and expand content without leaving the editor.

Duzenleyiciye genel bakis

When you open a page, the editor occupies the main content area. The interface consists of:

AreaDescription
Title fieldLarge heading at the top of the page. Click to edit.
ToolbarFloating toolbar that appears when you select text
Content areaBlock-based editing surface where you write and arrange content
Block handlesDrag handles on the left side of each block for reordering
SidebarProperties panel on the right (access, labels, info)

The editor uses a block-based architecture. Every piece of content — a paragraph, heading, list, code block, image, or table — is a distinct block that can be added, moved, or removed independently.

Arac cubugu ozellikleri

The toolbar appears automatically when you select text. It provides quick access to the most common formatting operations.

Inline formatting

ButtonEffectShortcut
BBoldCtrl+B / Cmd+B
IItalicCtrl+I / Cmd+I
UUnderlineCtrl+U / Cmd+U
SStrikethroughCtrl+Shift+S / Cmd+Shift+S
CodeInline codeCtrl+E / Cmd+E
LinkCreate hyperlinkCtrl+K / Cmd+K

Block conversion

The toolbar also lets you convert the current block to a different type. When you select text and open the block type menu, you can convert between:

  • Paragraph
  • Heading (H1, H2, H3, H4, H5, H6)
  • Bullet list
  • Numbered list
  • Checklist
  • Quote
  • Callout

Text alignment

Set text alignment for the current block:

OptionDescription
LeftDefault alignment
CenterCentered text
RightRight-aligned text

Text color and highlight

  • Text color — change the foreground color of selected text
  • Highlight — apply a background color to selected text for emphasis

Available colors include default, gray, brown, orange, yellow, green, blue, purple, pink, and red.

Bicimleme referansi

Basliks

Type # followed by a space to create an H1 heading. Use ## for H2, ### for H3, and so on up to ###### for H6.

MarkdownResultShortcut
# Heading 1Ctrl+Alt+1
## Heading 2Ctrl+Alt+2
### Heading 3Ctrl+Alt+3
#### Heading 4Ctrl+Alt+4
##### Heading 5Ctrl+Alt+5
###### Heading 6Ctrl+Alt+6

Lists

MarkdownResult
- or * Bullet list
1. Numbered list
[] Checklist (task list)

Press Tab to indent a list item and create a nested level. Press Shift+Tab to outdent.

Other inline formatting

SyntaxResult
**text**Bold
*text*Italic
`text`Inline code
~~text~~Strikethrough
[text](url)Hyperlink

Horizontal divider

Type --- on an empty line and press Enter to insert a horizontal divider.

Slash komutlari

Slash commands let you insert any block type without lifting your hands from the keyboard. Type / on a new line to open the command menu.

Available slash commands

CommandInserts
/heading1/heading6Heading block at the specified level
/paragraphPlain text paragraph
/bullet-listBullet list
/numbered-listNumbered list
/checklistChecklist with toggleable items
/tableTable with configurable rows and columns
/codeCode block with syntax highlighting
/imageImage upload or embed
/dividerHorizontal divider line
/calloutCallout block (info, warning, danger)
/quoteBlock quote
/embedEmbed external content by URL
/drawioDraw.io diagram editor
/toggleCollapsible toggle block

Using slash commands

  1. Place your cursor on an empty line or at the end of a line.
  2. Type /.
  3. A dropdown menu appears with all available commands.
  4. Start typing the command name to filter the list (e.g., /tab shows "Table").
  5. Press Enter or click the command to insert it.
  6. Some commands prompt for additional input (e.g., table dimensions or image upload).

TIP

You can trigger the slash menu anywhere in the document, not only on empty lines. If text exists before the /, the new block is inserted below the current block.

Klavye kisayollari

ShortcutAction
Ctrl+Home / Cmd+HomeMove to beginning of document
Ctrl+End / Cmd+EndMove to end of document
TabIndent list item or tab in code block
Shift+TabOutdent list item
EnterNew line or new block
Shift+EnterSoft line break within a block
Backspace on empty blockDelete the block and move up

Editing

ShortcutAction
Ctrl+Z / Cmd+ZUndo
Ctrl+Shift+Z / Cmd+Shift+ZRedo
Ctrl+A / Cmd+ASelect all content
Ctrl+D / Cmd+DDuplicate current block
Ctrl+Shift+K / Cmd+Shift+KDelete current block
Ctrl+Shift+↑ / Cmd+Shift+↑Move block up
Ctrl+Shift+↓ / Cmd+Shift+↓Move block down

Formatting

ShortcutAction
Ctrl+B / Cmd+BBold
Ctrl+I / Cmd+IItalic
Ctrl+U / Cmd+UUnderline
Ctrl+E / Cmd+EInline code
Ctrl+K / Cmd+KInsert link
Ctrl+Shift+H / Cmd+Shift+HHighlight text

Yapay zeka yazma yardimi

The editor includes built-in AI tools that help you write, edit, and refine content. Select text and click the AI button in the toolbar, or use the slash command /ai.

Available AI actions

ActionDescription
RephraseRewrite the selected text with different wording while keeping the meaning
ExpandAdd more detail, examples, or explanation to the selected text
SimplifyMake the selected text shorter and easier to understand
Fix grammarCorrect spelling, grammar, and punctuation
Improve writingEnhance clarity, flow, and readability
SummarizeCondense the selected text into a brief summary
Change toneAdjust the tone (professional, casual, friendly, technical)
TranslateTranslate selected text to another language

How to use AI tools

  1. Select the text you want to modify.
  2. Click the AI button in the floating toolbar.
  3. Choose an action from the menu.
  4. The AI generates a suggestion inline, highlighted for review.
  5. Click Accept to replace the original text, or Discard to keep the original.

TIP

AI actions work best on complete sentences or paragraphs. Selecting partial sentences may produce less useful results.

AI drafting

For new content, use the /ai slash command:

  1. Type /ai on an empty line.
  2. Describe what you want to write (e.g., "Write a technical spec for the authentication module").
  3. The AI generates a draft that you can edit, expand, or refine.

Otomatik kaydetme

The editor automatically saves your changes as you type. You never need to manually save a page.

BehaviorDetail
Save frequencyChanges are saved within a few seconds of the last keystroke
Save indicatorA subtle status indicator appears in the toolbar showing "Saving..." or "Saved"
Offline supportIf your connection drops, changes are queued and saved when connectivity returns
Conflict handlingIf another user edits the same page simultaneously, the editor merges changes or prompts you to resolve conflicts
Force savePress Ctrl+S / Cmd+S to trigger an immediate save

WARNING

If you close the browser tab before the auto-save completes, recent keystrokes may be lost. Wait for the "Saved" indicator before closing, or press Ctrl+S / Cmd+S to force an immediate save.

Surukle ve birak

Blocks can be reordered by dragging:

  1. Hover over any block to reveal the drag handle on the left side.
  2. Click and hold the drag handle.
  3. Drag the block to a new position.
  4. Release to drop.

You can also drag images from your desktop directly into the editor to upload and insert them.

En iyi uygulamalar

  • Use headings to structure content — headings create a navigable outline and help readers scan the document quickly.
  • Prefer slash commands over the toolbar — they are faster and keep your hands on the keyboard.
  • Use callouts for important information — callouts with info, warning, or danger styles draw attention to critical points.
  • Let AI help with first drafts — use the AI drafting tool to generate an initial structure, then refine manually.
  • Review AI suggestions — always read AI-generated text before accepting. Edit for accuracy and tone.
  • Break up long pages — if a page grows beyond a few screens, consider splitting it into nested child pages.

Ilgili sayfalar