Custom post urls in Publish

Right now post urls in publish don’t look very good. Take a look at this example:

https://publish.obsidian.md/alexisrondeau/⭐%EF%B8%8F+%22How+To+Make+Better+Faster+Decisions+With+Lean+Experiments%22+(Experiment)

Another problem is that post urls are not permanent. As I’m writing notes (especially if I’m following the evergreen notes method), I want my file names to be pretty long - a sentence summarizing the contents of the note. And as I’m updating the note, its location in the folder structure and its file name will change, leading to broken links.

The solution - we need a slug or url field in the frontmatter that allows people to set the permanent and good looking url for a note.

Like this:

---
path: /articles/my-post-title
---
2 Likes

Duplicate of Ability to specify permalinks in frontmatter

@WhiteNoise merge into linked thread and close?

1 Like

A post was merged into an existing topic: Ability to specify permalinks in frontmatter