Skip to content

Tags and tables

Choose a tag to compare

@fboes fboes released this 10 Jan 17:45
· 458 commits to main since this release

More love for editors! The interface of the Blogophon command menu has been overhauled, vastly improving the editing of dates and tags. You may enter some tags into your config.json to be checkable while creating a new article.

There is also now a way to add table headers (<caption />) and there will be a wrapper <div /> around each table, allowing for some neat styling stunts.

You will also find new documentation on how to update your Blogophon installation (which is rather simple: npm update -g blogophon).

Under the hood the Blogophon has some security updates and an overhaul of its file system structure, making it more compliant with Node.js best practices. The Blogophon now requires Node 6. If you do not have Node version 6 but at least Node version 4, install an older version of the Blogophon by calling npm install -g blogophon@v1.3.0.