Labs

{{svg-jar "idea"}}This is a testing ground for experimental features which aren't quite ready for primetime. They may change, break or inexplicably disappear at any time.

Migration options
Import content
Import posts from another Ghost installation
{{gh-file-upload id="importfile" classNames="flex" uploadButtonText=uploadButtonText onUpload=(action "onUpload") acceptEncoding=importMimeType data-test-file-input="import"}}
{{#if importErrors}}
{{#if importSuccessful}} Import successful with warnings {{else}} Import failed {{/if}}
{{#each importErrors as |error|}}

{{#if error.help}}{{error.help}}: {{/if}}{{error.message}}

{{#if error.context}}
{{error.context}}
{{/if}}
{{/each}}
{{/if}}
Export your content
Download all of your posts and settings in a single, glorious JSON file
Delete all content
Permanently delete all posts and tags from the database, a hard reset
Testing tools
Test email configuration
Send yourself a test email to make sure everything is working
{{gh-task-button "Send" successText="Sent" task=sendTestEmail class="gh-btn gh-btn-hover-blue gh-btn-icon"}}
Beta features
Koenig editor New
Participate in our new rich text editor beta! We’d love your feedback
{{gh-feature-flag "koenigEditor"}}
Public API
For full instructions, read the developer guide
{{gh-feature-flag "publicAPI"}}
Night shift
Swap Ghost admin's colours to a dark background which is easy on the eyes
{{gh-feature-flag "nightShift"}}
Subscribers
Collect email addresses from your readers, more info in the docs
{{gh-feature-flag "subscribers"}}
{{#gh-uploader extensions=jsonExtension uploadUrl="/redirects/json/" paramName="redirects" onUploadSuccess=(perform redirectUploadResult true) onUploadFailure=(perform redirectUploadResult false) as |uploader| }}
Redirects
Configure redirects for old or moved content, more info in the docs
{{#each uploader.errors as |error|}}
{{error.message}}
{{/each}}
{{#if uploader.isUploading}} {{uploader.progressBar}} {{else}} Download current redirects {{/if}}
{{gh-file-input multiple=false action=uploader.setFiles accept=jsonMimeType data-test-file-input="redirects"}}
{{/gh-uploader}}
{{#if showDeleteAllModal}} {{gh-fullscreen-modal "delete-all" close=(action "toggleDeleteAllModal") modifier="action wide"}} {{/if}}