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

Site Navigation

Home
Search
All Pages
Recent Changes

Plans

Massive Wiki Roadmap
Pier2Pier
Massive Wiki Builder redesign

For Testing

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

For Fun

The Walrus

Edit This Page Clicking 'Edit This Page' opens this page on github.com. You can edit, and save changes, if you are a contributor to the repository. Close the edit page to return to this one.


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