Slug
A slug is the part of a URL that identifies a particular page on a website in an easy-to-read form. In Quotion, it's typically a URL-friendly version of your post's title.
How to Customize
To customize the post slug:
- Add a
slug
field to the note's frontmatter. - Use the desired slug value.
Example:
===
slug: apple-notes-to-blog
===
Result
Original URL:
https://quotion.co/blog/post/launch-your-blog-from-apple-notes-in-4-simple-steps_393kzgJnUDCQE3xiACY28s
Customized URL:
https://quotion.co/blog/post/apple-notes-to-blog_393kzgJnUDCQE3xiACY28s
FAQs
How is this guide?