Support

Direct help for common BaseBuddy setup, access, mapping, editing, and deployment tasks.

Support/How to use slash commands

How to use slash commands

Insert structure, links, images, and files from the post body with slash commands.

Use slash commands when you are writing in an editable post body and want to add structure or insert an asset without reaching for the toolbar.

Slash commands only open at the start of the current text block in an editable post body. They do not open in code blocks, read-only fields, title fields, side panel fields, project settings, mapping screens, or other parts of BaseBuddy.

Mapped post editor with Save, Archive, and Publish actions visible
Mapped post editor with Save, Archive, and Publish actions visible

Open the slash command menu

  1. Open a mapped post.
  2. Put the cursor in an editable post body field.
  3. Start a new text block, or move to the start of the current text block.
  4. Type /.
  5. Keep typing to filter the list, such as /head, /image, or /file.
  6. Use the arrow keys or pointer to choose a command.
  7. Press Enter or select the command.

The menu appears only while the slash text is the whole current text block. For example, /image can open the Image command when it is typed at the start of an otherwise empty block. Intro /image will not open the menu because the slash is not the start of the block.

If the menu does not open, check where the cursor is before trying again. The most common cause is typing / inside existing paragraph text, inside a code block, or in a field that is not the editable post body.

Available commands

CommandWhat it does
ParagraphChanges the current block to normal paragraph text
Heading 1Changes the current block to Heading 1
Heading 2Changes the current block to Heading 2
Heading 3Changes the current block to Heading 3
Bullet listStarts or toggles a bullet list
Numbered listStarts or toggles a numbered list
QuoteStarts or toggles a quote block
Code blockStarts or toggles a code block
DividerInserts a horizontal divider
Align leftAligns the current paragraph or heading left
Align centerCenters the current paragraph or heading
Align rightAligns the current paragraph or heading right
LinkOpens the link editor for the current selection or cursor
ImageOpens the media picker so you can insert an image
FileOpens the files picker so you can insert a file link
BoldToggles bold formatting
ItalicToggles italic formatting
UnderlineToggles underline formatting
StrikethroughToggles strikethrough formatting
Clear formattingRemoves formatting from the current selection or block

Use Link when you want to add or edit a link in the body. If text is selected, BaseBuddy applies the link to that text. If the cursor is in an empty block, add the link text after opening the link editor.

Use Image when the project has a managed media library. BaseBuddy opens the media picker, where you can search existing images, upload images, and insert the selected image into the body.

Use File when the project has a managed files library. BaseBuddy opens the files picker, where you can search existing files, upload files, and insert a file link into the body.

Image and file commands use the storage libraries configured for the project. If media or file storage is not mapped or is not available, BaseBuddy will not force an unsafe asset write path. Finish the storage mapping first, or leave that asset workflow out of the body until the mapping is safe.

Save after using slash commands

Slash commands change the editable body field you are working in. They do not publish, unpublish, archive, rename, or reshape your content tables.

After inserting structure, links, images, or files, click Save when you are ready to write the change. BaseBuddy still follows the normal safe editing model: Save writes dirty mapped fields only, and workflow actions stay separate.

Safe first edit with one title change and Save enabled
Safe first edit with one title change and Save enabled

Storage format safety still applies. If your body is mapped as Markdown, HTML, JSON, or another supported shape, BaseBuddy should preserve that mapped storage contract instead of silently converting unrelated fields or broad storage objects on normal save.

If the menu does not appear

SymptomWhat to check
Typing / does nothingConfirm the cursor is in an editable post body field
The slash appears as normal textConfirm / is at the start of the current text block and the block has no other text before it
The menu does not open in a code blockThis is expected; slash commands do not open inside code blocks
Image is unavailableConfirm the project has a mapped media library
File is unavailableConfirm the project has a mapped files library
Save does not write the changeConfirm the post has dirty changes and the body field is mapped as editable
A field is read-onlyReview the mapping before editing; slash commands should not bypass read-only or unsupported fields

If a field is read-only or unsupported, fix the mapping rather than trying to edit around it. BaseBuddy should only write when the saved mapping gives it a safe storage target.