A hack to get Workflowy export through headless browser automation.
- Node & NPM
Install Nightmare, Electron and dependacies:
make buildCreate a local.sh file in the same directory with your Workflowy credentials.
#!/bin/bash
export USERNAME="my_username"
export PASSWORD="my_password"
node .Make this file executable:
chmod +x local.shExport your Workflowy content in plain text format to workflowy_export.txt.
make