(we are switching to a new theme,
don't worry if things look different for a while!)

Site Navigation

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

wiki link test page
Mistletoe parser test page
Mistletoe & the ampersand story

Edit on GitHub


Topics

Check out Zed

Roadmap Thoughts

see Massive Wiki Roadmap

Windows filename restrictions

Bumped into the fact again that "?" is allowed on Mac, but not allowed on Windows. This causes a non-user-friendly error about pathspec not allowed.

We used a workaround at the time, but didn't address anything more than that. Consider improving the Git plugin by understanding this error and doing something smart.

New All Pages column sorting

To set up default reverse chrono in Jinja, add this to the template:

{% for page in pages|sort(attribute='date',reverse=True) %}

How would we parameterize this in mwb.yaml?

Also to note: in JS, the first column doesn't sort (and toggle sort) the way the others do; we probably need to read the docs.

Thoughts about Git