Recent new and updated pages
- [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 [...]
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` [...]
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: [...]
**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 [...]
- 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 [...]