A hack to get Workflowy export through headless browser automation.
- Node & NPM
Install Nightmare, Electron and dependacies:
make build
Create 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.sh
Export your Workflowy content in plain text format to workflowy_export.txt
.
make