Jac Make Title Plugin
docs/plugins/plugin.jacmaketitle
/* Title: Jac Make Title Plugin pluginname: jacMakeTitle description: If file does not have a meta section and title set title to filename version: 0.5 revisiondate: 28 JUN 2013 pluginauthor: jacmgr author: jacmgr chapter: plugins.1 */ %description% . [[#ENDSUMMARY]] ## Use Raw Markdown Files If your markdown source does not have a meta section, then no title will be set. Phile will not throw an error, but you won't see any links to the page in navigation or other features that use title meta. If you got a lot of existing markdown files, this plugin will allow you to quickly use them without adding a meta header section. The title will be set to the file name. ~~~~ [include file="%SYSTEMFOLDER%plugins/jaccms/jacMakeTitle/Classes/Plugin.php"] ~~~~