Skip to main content

Transform Trello card JSON to Markdown

Project description

trello2md

A simple script to transform Trello card JSON to Markdown, currently tailored to my note-taking workflow.

Usage

Install on your path with pipx:

$ pipx install trello2md

Follow Trello's instructions to download JSON for a card, then:

$ trello2md sample-card.json
# Sample Card

**Due:** 2019-05-07

Sample description

## Checklist

- [x] Completed item
- [ ] Incomplete item

## Attachments

- [Example link](https://example.com)

## Comment from Brian Rutledge on 2019-05-06

Sample comment

Developing

  • Fork and clone this repository

  • Create and activate a virtual environment

    $ cd trello2md
    
    $ python3 -m venv venv
    
    $ source venv/bin/activate
    
  • Install this package and its dependencies for development

    $ pip install -e .[dev]
    

    This will install:

    • pytest for writing and running tests
    • mypy to check types
    • black to format the code
    • flake8 to identify coding errors and check code style
    • pydocstyle to check docstring style

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trello2md-0.2.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page