Skip to content

Instantly share code, notes, and snippets.

@bryanph
bryanph / draftjs_inline_equations.js
Last active February 16, 2018 19:23 — forked from afraser/draftjs_inline_equations.js
Demonstrates inline equations with copy/paste supported in draft.js
<!--
Copyright (c) 2013-present, Facebook, Inc. All rights reserved.
This file provided by Facebook is for non-commercial testing and evaluation
purposes only. Facebook reserves all rights not expressly granted.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
@bryanph
bryanph / wunderlist2workflowy.py
Last active June 18, 2019 20:18
Wunderlist to Workflowy export. Go to Wunderlist web interface, backup data (JSON file), use this script and paste the output into Workflowy.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
usage:
python wunderlist2workflowy.py >> wunderlist.txt
Go to Wunderlist web interface, backup data (JSON file), use this script and paste the output into Workflowy.
"""
import json