Content
Docs
Markdown document editor with file tree navigation and live preview.
Changelog
Release history for the Docs applet.
On this page
Stock photos and better file previews
Features
- Insert stock photos without leaving Docs. Search Unsplash, Pexels, Pixabay, and Openverse, then add the image with attribution included.
- Excel files are easier to explore. Search a workbook and move between clearly styled sheet tabs.
- PDF text is selectable and searchable. Find and copy the content you need directly from the preview.
Word documents and DBML diagrams
Features
- Word documents open in Docs. Drop a
.docxinto your docs folder and it opens in a dedicated viewer: read it, edit text in place without breaking the original formatting, or convert it to a native editable doc. - Agents can work with .docx too. New methods extract text or markdown from a Word file and replace text inside it, with a matching
work-with-docxskill so agents know how. - DBML editor with a live ER diagram. Edit
.dbmlschema files with syntax support and watch the entity-relationship diagram update live. Table positions, split layout, and viewport persist per file. - Point Docs at an existing folder without it seeding starter files into it.
Fixes
- The file tree now refreshes itself when files change on disk, and each file remembers its scroll position.
Wiki-links, graph view, callouts, and more
- Wiki-links - link docs to each other with
[[doc-name]]syntax, click to navigate - Callout blocks - info, tip, warning, danger, note, success callouts with collapsible headers
- Tags - inline
#tagsupport rendered as pills - Slash commands - type
/to insert headings, lists, callouts, links, and templates - Templates - per-project markdown templates with date/time/project placeholders
- Graph view - d3-force directed graph showing document relationships, highlights active doc
- Backlinks widget - linked and unlinked mentions in the docs sidebar panel
- Document outline - heading-based outline in the widget panel with click-to-scroll
- Mermaid diagrams - render Mermaid diagram blocks inside docs
- Source panel - view raw markdown source alongside the editor
- 3D graph view - explore your docs as an interactive 3D force-directed graph powered by Three.js, with persistent camera state and 2D/3D toggle
- Improved code blocks - better syntax highlighting and styling for fenced code blocks
New documentation pages
- New documentation pages for Pages, Media, Files, Plugin, Theme, Users, Terminal/SSH, Database, Docs, Spreadsheet, and SFTP/FTP