Skip to content

[Feature Request] export checklist content as plain text #533

Description

@RealJTG

Please consider adding ability to export checklist as plaintext. Currently I can export checklist only as JSON:

[{"dateCreated":1653907613810,"id":1,"isDone":false,"title":"Foo"},{"dateCreated":1653907613810,"id":2,"isDone":true,"title":"Bar"},{"dateCreated":1653907613810,"id":3,"isDone":false,"title":"Baz"}]

I'd like to get human-readable text for sharing with someone on messengers etc., could be something like this:

☐ Foo
☑ Bar
☐ Baz

or

✘ Foo
✔ Bar
✘ Baz

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions