Skip to content

Feature request: Documents - Copy as markdown for text/plain #10301

@acheong08

Description

@acheong08

Currently, copying a bullet point list from Huly creates a lot of whitespace.

For example:

# Title

- one
- two

becomes

Title





one



two

Instead, it should return the original markdown or some other rich text format.

Currently, my solution to getting stuff out is to first export it as JSON, extracting the document with jq, and converting to markdown with prosemirror. Not very convenient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions