Good morning!
Let’s assume I have a page with the title: “Why I started to buy vinyls again”. This is too long to be displayed in a menu. Instead I would like to have something there like “Vinyls”. I know it is possible by just deleting <?php echo $data->title()->html() ?>
in the template and write a new title with markdown in the respective textarea. But this does not seem to be very elegant nor professional, and it can lead to puzzlement on the client side. Is there an alternative?