diff --git a/app/javascript/article-form/components/Help.jsx b/app/javascript/article-form/components/Help.jsx index 13d9392fe..6adb9d0a3 100644 --- a/app/javascript/article-form/components/Help.jsx +++ b/app/javascript/article-form/components/Help.jsx @@ -99,7 +99,7 @@ export class Help extends Component { Jekyll front matter . You can also use the rich+markdown editor you can find in{' '} - + UX settings <%= render "pages/v1_editor_guide_preamble" %> <% else %> -

We have two editor versions. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in /settings/ux.

+

We have two editor versions. If you prefer Jekyll-style "frontmatter", switch to "basic markdown" in /settings/customization.

Things to Know

-

We have two editor versions. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in /settings/ux. Otherwise, continue:

+

We have two editor versions. If you'd prefer to edit title and tags etc. as separate fields, switch to the "rich + markdown" option in /settings/customization. Otherwise, continue:

Front Matter

Custom variables set for each post, located between the triple-dashed lines in your editor. Here is a list of possibilities:

diff --git a/db/seeds.rb b/db/seeds.rb index 3346751fb..4e503acd1 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -317,7 +317,7 @@ seeder.create_if_none(Broadcast) do customize_feed: "Hi, it's me again! 👋 Now that you're a part of the DEV community, let's focus on personalizing " \ "your content. You can start by following some tags to help customize your feed! 🎉", customize_experience: "Sloan here! 👋 Did you know that that you can customize your DEV experience? " \ - "Try changing your font and theme and find the best style for you!", + "Try changing your font and theme and find the best style for you!", start_discussion: "Sloan here! 👋 I noticed that you haven't " \ "started a discussion yet. Starting a discussion is easy to do; " \ "just click on 'Write a Post' in the sidebar of the tag page to get started!", diff --git a/spec/factories/broadcasts.rb b/spec/factories/broadcasts.rb index 8937ab121..e5e741768 100644 --- a/spec/factories/broadcasts.rb +++ b/spec/factories/broadcasts.rb @@ -55,7 +55,7 @@ FactoryBot.define do type_of { "Welcome" } processed_html do "Sloan here! 👋 Did you know that that you can customize your DEV experience? " \ - "Try changing your font and theme and find the best style for you!" + "Try changing your font and theme and find the best style for you!" end end