/todoist-to-workflowy

Bookmarklet used to convert Todoist tasks to Workflowy nodes

Primary LanguageJavaScript

Todoist to Workflowy Bookmarklet

This bookmarlet allows you to capture all tasks from your Todoist inbox into a specific workflowy node with a single click.

Installation Guide

  1. Get the required parameters

    1. WFInboxShortId (required)
    2. TodoistInboxId (required)
    3. TodoistToken (required)
    4. Set CompleteOnPull to true if you want your tasks to be completed after beeing imported to Workflowy
  2. Fill the first paragraph of the js script using these parameters. Ex:

    settings = {
        WFInboxShortId: "d5ed6e93e465",
        TodoistInboxId: "2220137732",
        TodoistToken: "<your-todoist-token>",
        CompleteOnPull: true,
    };
  3. Use this website to convert the script to a bookmarklet

    1. Usage: Paste a code into the form and click on the button generate.
    2. To install the bookmarklet drag and drop it to the bookmars toolbar.