✨ Moved internal linking feature out of beta
no issue Full details coming soon to https://ghost.org/changelog - Link toolbar and bookmark cards now let you search your existing posts/pages/tags/authors in addition to manually entering the URL - Typing "@" inside your content lets you quickly search and add a text link - Typing "@" on a blank paragraph provides a quick way to search and add a bookmark
This commit is contained in:
parent
1c972c7dd1
commit
414b2ff514
@ -15,10 +15,6 @@ const BetaFeatures: React.FC = () => {
|
||||
|
||||
return (
|
||||
<List titleSeparator={false}>
|
||||
<LabItem
|
||||
action={<FeatureToggle flag="internalLinking" />}
|
||||
detail={<>Search and link to your own content directly inside the editor — so that your workflow is never interrupted</>}
|
||||
title='Internal linking' />
|
||||
<LabItem
|
||||
action={<FeatureToggle flag="editorExcerpt" />}
|
||||
detail={<>Adds the excerpt input below the post title in the editor</>}
|
||||
|
@ -25,7 +25,8 @@ const GA_FEATURES = [
|
||||
'filterEmailDisabled',
|
||||
'newEmailAddresses',
|
||||
'portalImprovements',
|
||||
'newsletterExcerpt'
|
||||
'newsletterExcerpt',
|
||||
'internalLinking'
|
||||
];
|
||||
|
||||
// NOTE: this allowlist is meant to be used to filter out any unexpected
|
||||
@ -34,7 +35,6 @@ const BETA_FEATURES = [
|
||||
'additionalPaymentMethods',
|
||||
'i18n',
|
||||
'activitypub',
|
||||
'internalLinking',
|
||||
'stripeAutomaticTax',
|
||||
'webmentions',
|
||||
'editorExcerpt'
|
||||
|
@ -1155,7 +1155,7 @@ exports[`Settings API Edit Can edit a setting 2: [headers] 1`] = `
|
||||
Object {
|
||||
"access-control-allow-origin": "http://127.0.0.1:2369",
|
||||
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
|
||||
"content-length": "4589",
|
||||
"content-length": "4614",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
Loading…
Reference in New Issue
Block a user