Skip to content

0.0.36

Compare
Choose a tag to compare
@phoenixlzx phoenixlzx released this 14 Oct 12:38
· 30 commits to master since this release
6d133c3

ATTENTION This is a breaking-release. Please read release note carefully before update.

Firstly please use minori u to update your config file before any other action.

In order to sort pages by date, I've added time attribute to note format. You may get error message Error when reading content properties when generating pages, simply add time: 0 under the line category: in note file. In UNIX-like systems or you can use sed, try with sed -i -E 's/category:\s(.+)/category: \1\ntime: 0/g' *.md under your notes directory. You can use UNIX timestamp for this value as well.

The time attribute is passed to EJS in page object. Please note this is still experimental, and may be changed in future updates.