typemill / typemill

Typemill is a lightweight, flat-file CMS designed for simple, fast, and flexible website and eBook creation using Markdown.
https://typemill.net
MIT License
427 stars 60 forks source link

The Character limit of 60 for navigation title is a bit crippling sometimes #379

Closed thopanX closed 1 year ago

thopanX commented 1 year ago

Something which irks me sometimes is the fact that there is a hard character limit of 60 for the navigation title and the short title when you first create a new post. It forces me to use a cut-up shorter version of what I really want the post to be called and how I want it to appear in the breadcrumbs. I can later edit the post's title and meta title, but the navigation title is taken as the source for breadcrumbs. (And for the title in the RSS feed it seems.)

Can you perhaps (or I, if you give me a hint where) change the limit to a larger number than the current one? Would this possibly break other stuff? I'll have a look-around myself, but a pointer in the right direction might help.

thopanX commented 1 year ago

I found where to change the character limit of the navigation title: /system/author/metatabs.yaml – change 60 to whatever, I set it to 120 characters for a start.