/workflowy-backup

Backup your Workflowy content

Primary LanguageJavaScript

Workflowy Backup

A hack to get Workflowy export through headless browser automation.

Requirements

  • Node & NPM

Setup

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

Running the backup

Export your Workflowy content in plain text format to workflowy_export.txt.

make