notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
59 stars 1 forks source link

Option to create `title` from filename- stripping date prefix #426

Open ace-dent opened 1 month ago

ace-dent commented 1 month ago

For static sites, we may need to name our files: YYYY-MM-DD-title. It would be useful if we can strip the date prefix when working with the {{title}} prefix.

We should also handle replacing hyphens with spaces in my-awesome-title, and titlecase: My awesome title.

May also relate to #347.