(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

Recent new and updated pages

Massive Wiki Roadmap
- [x] [[MWB3]] - replace Markdown parser with [[Mistletoe]] - [ ] port alpha + chrono All Pages from developer wiki's this themes / Basso and make a MWT release - [ ] some day make alpha + chrono divs into tabs, use [jQuery [...]

MWB to MarkPub upgrade
Note: 2025-01-08 Move bandstands.praxis101.net from using MWB to MarkPub 1. Initialize the local GitHub repository directory ```shell markpub init /Users/band/Documents/myWikis/bandstands ``` 2. Compare contents of `bandstands/.markpub/markpub.yaml` [...]

markpub setup notes
2024-12-16, 2024-12-20: FIRST REQUIREMENTS: - Python3 installed - `markpub` install if using system python3 install: ```shell pip install --upgrade pip pip install markpub ``` - TODO: `markpub` install if using a local Python virtual environment NOTE: [...]

PyPI MarkPub notes
**2024-12-22**: Notes from Bill about setting up a MarkPub PyPI package. (this is an update to [[mwb-workbench/PyPI-notes-for-nxc|PyPI-notes-for-nxc]]) (https://github.com/pypa/pipx) ```shell brew install pipx pipx ensurepath ``` ```shell $ pipx [...]

MWB to NXC upgrade notes
- Notes on steps taken to upgrade an existing MWB install to the PyPI package `nxc`: - created an empty directory `nxcworkbench` - in that directory set up a python environment: ```shell python3 -m venv venv source venv/bin/activate ``` - and then [...]