ep_markdown icon indicating copy to clipboard operation
ep_markdown copied to clipboard

See edits as markdown in Etherpad

Results 16 ep_markdown issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.10. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.12.5&new-version=20.12.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

When importing any markdown file that contains links, ie `[link](https://my_site.com)` , it ignores it.

As mentioned several times (#9, #30, #139), in order to use ep_markdown through the Etherpad API, we need to add the CORS headers to the request. The problem with only...

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies
javascript

Hello, There seems to be a bug when trying to export several Markdown files (two or more) in a short amount of time. I don't have this problem with the...

is there a way to import a pad from command line? using API is possible to do something like `curl "http://localhost:9001/api/1/setText?apikey=xxx&padID=mypad" --data-urlencode "text=content of pad"` I would like to do...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

The README lists "Import as Markdown (automatically applies styling / text attributes)" under Features, but also lists "Import Markdown (and it applies formatting automatically)" under Todo. I don't know if...

Would be good to be able to export files which include features enabled by other plugins, such as images, headings or comments (for example)...

Hello, I really like this module for markdown exports. The current markdown exports well but in the following format: # H1 [exportMarkdown.js.zip](https://github.com/ether/ep_markdown/files/4924441/exportMarkdown.js.zip) (# H1) ## H2 (## H2) ### H3...