This table tracks the current feature parity state between v2 and v3. The plan is to stay in beta until all v2 features have been implemented in v3. If you rely on features that are not yet implemented in v3, it's recommended to stay on v2 for now.
Note: this table doesn't list any new feature exclusive to v3, such as multi-sites.
Note: The state Not Implemented may refer to v2 code that has not been adapted yet or not connected yet. Most features are re-using code from v2 when possible.
Administration
Site
| Feature |
Status |
Notes |
| Dashboard |
π© Implemented |
|
| General |
π© Implemented |
Now per site. |
| Locale |
π© Implemented |
Now per site. |
| Navigation |
π« Deprecated |
π’ Replaced with the navigation editor, accessible from any page. |
| Pages |
π« Deprecated |
π΄ Will be replaced with a new area accessible by all users. |
| Tags |
π« Deprecated |
π΄ Will be replaced with a new area accessible by all users. |
| Theme |
π© Implemented |
Now per site. |
Groups
| Feature |
Status |
Notes |
| View Groups |
π© Implemented |
|
| Create New Group |
π© Implemented |
|
| Edit Group |
π© Implemented |
|
| Delete Group |
π© Implemented |
|
Users
| Feature |
Status |
Notes |
| View Users |
π© Implemented |
|
| Create User |
π© Implemented |
|
| Edit User |
π© Implemented |
|
| Delete User |
π© Implemented |
|
| Search Users |
π© Implemented |
|
Modules
| Feature |
Status |
Notes |
| Analytics |
π₯ Not implemented |
|
| Authentication |
π¨ Partial |
π‘ Not functional for 3rd party strategies yet. |
| Comments |
π₯ Not implemented |
|
| Rendering |
π¨ Partial |
Editor-specific transformations are now done via the Editors feature. Rendering modules are now strictly for the final HTML stage. |
| Search Engine |
π« Deprecated |
External search engines are no longer supported. Replaced with a single native advanced PostgreSQL search engine. |
| Storage |
π¨ Partial |
π‘ Not functional for external storage modules yet. |
System
| Feature |
Status |
Notes |
| API Access |
π© Implemented |
|
| Extensions |
π© Implemented |
|
| Mail |
π© Implemented |
|
| Security |
π© Implemented |
|
| SSL |
π« Deprecated |
Will be replaced with a better solution. The current Let's Encrypt implementation is too buggy. |
| System Info |
π© Implemented |
|
| Check for New Updates |
π© Implemented |
|
| Utilities |
π¨ Partial |
π‘ Most utilities are not yet functional. |
| Dev Tools - Flags |
π© Implemented |
New "Experimental" flag to enable unfinished features. |
| Dev Tools - GraphQL |
π© Implemented |
No longer accessible from the admin, but still via /_graphql |
Assets
| Feature |
Status |
Notes |
| Browse Assets |
π© Implemented |
|
| Create Asset Folder |
π© Implemented |
|
| Upload Asset |
π© Implemented |
|
| Rename Asset |
π© Implemented |
|
| Delete Asset |
π© Implemented |
|
Authentication
| Feature |
Status |
Notes |
| Login (local) |
π© Implemented |
|
| Login (3rd party) |
π₯ Not implemented |
|
| Logout |
π© Implemented |
|
| Register |
π© Implemented |
|
| Login Step - 2FA |
π© Implemented |
|
| Login Step - 2FA First-time Setup |
π© Implemented |
|
| Login Step - Change Password |
π© Implemented |
|
| Reset Password |
π₯ Not implemented |
|
Editors
| Feature |
Status |
Notes |
| Markdown Editor |
π¨ Partial |
π’ Mostly functional. Now using the Monaco editor instead of CodeMirror 5 |
| WYSIWYG Editor |
π¨ Partial |
π‘ Not functional. Output rendering not working yet. |
| AsciiDoc Editor |
π₯ Not implemented |
|
| Raw HTML Editor |
π« Deprecated |
Use the Markdown editor to include raw HTML instead. |
| New Page From Template |
π₯ Not implemented |
|
| Formatting Toolbar (Bold, Italic, etc.) |
π© Implemented |
|
| Insert Link |
π₯ Not implemented |
can still write links in markdown directly |
| Insert Images |
π© Implemented |
Removed the ability to set image alignment from the assets dialog. Inline controls will be added in the future. |
| Insert Code Block |
π₯ Not implemented |
can still write code blocks in markdown directly |
| Insert Table |
π₯ Not implemented |
can still write table in markdown directly |
| Tabsets |
π₯ Not implemented |
Tabsets will be a block element going forward, rather than using CSS classes |
| Insert Draw.io |
π₯ Not implemented |
|
| Spellcheck (markdown) |
π« Deprecated |
Dependent on Monaco providing the functionality. No plan to use the preview panel for spellchecking (as in v2). |
| Preview Panel (markdown) |
π© Implemented |
|
| Scroll Sync (markdown) |
π© Implemented |
|
Navigation
| Feature |
Status |
Notes |
| Breadcrumbs |
π© Implemented |
|
| Browse Mode |
π₯ Not implemented |
|
| Custom Mode |
π© Implemented |
Now features per-path navigation menus |
Pages
| Feature |
Status |
Notes |
| Create New Page |
π© Implemented |
|
| Convert Page |
π₯ Not implemented |
|
| Duplicate Page |
π© Implemented |
|
| Rename / Move Page |
π© Implemented |
|
| Delete Page |
π© Implemented |
|
| View Page History |
π₯ Not implemented |
|
| View Page Source |
π© Implemented |
|
| View Page |
π© Implemented |
|
| Page Author Display |
π« Deprecated |
No longer displayed. Might be added as an optional block later. |
| Page Last Edit Display |
π© Implemented |
|
| Page Tags Display |
π© Implemented |
|
| Page Table of Contents |
π₯ Not implemented |
|
| Set Page Title / Description |
π© Implemented |
Now part of the Page Properties panel. No longer tied to the editor. |
| Switch to different Locale |
π₯ Not implemented |
|
| Page Print View |
π₯ Not implemented |
|
| SSR of Pages for SEO |
π₯ Not implemented |
|
Search
| Feature |
Status |
Notes |
| Search |
π© Implemented |
|
| Search by tags |
π© Implemented |
Tags are now part of the main search. No longer a separate page. |
| Search autocomplete |
π¨ Partial |
π΄ Disabled for now until a solution to avoid leaking words from private pages is found. |
Users
| Feature |
Status |
Notes |
| Edit Profile |
π© Implemented |
|
| Change Password |
π© Implemented |
|
| View User's Groups |
π© Implemented |
|
| View User's Pages |
π₯ Not implemented |
|