hcengineering / hcengineering/platform

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

Open
#10,301 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
27.7k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/acheong08/pm2md). Not very convenient.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.