
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
paste-html-to-govspeak
Advanced tools
Converts HTML formatted rich content to govspeak format (a markdown extension library for government editors) when pasted from clipboard into a form input or textarea.
This package provides an event listener that will convert pasted HTML content on form inputs and textareas into Govspeak (a markdown extension library for government publishers).
The HTML data available to the browser clipboard is complicated and inconsistent, learn more about this functionality and its limitations.
Add this project to your package.json file via NPM or Yarn:
# NPM
npm install paste-html-to-govspeak --save
# Yarn
yarn add paste-html-to-govspeak
Download paste-html-to-markdown.js and add it to your application assets.
import { pasteListener } from 'paste-html-to-govspeak'
element.addEventListener('paste', pasteListener)
element.addEventListener('paste', window.pasteHtmlToGovspeak.pasteListener)
This package triggers events at different stages in the conversion process
which can be monitored to understand how a particular scenario is occurring.
These events are triggered on the element the pasteListener has been applied
to.
These are:
htmlpaste - which is the received HTML from the paste eventtextpaste - which is the received text from the paste eventgovspeak - which is the resultant govspeak of the HTML conversion, this
will only be triggered if HTML was present in the paste event.There is also a htmlToGovspeak method that is exposed by the package. Given
a HTML string input this will return Govspeak.
This repo contains example usages of these debugging tools.
npm install
npm test
To continuously build files while developing run:
npm run watch
The npmjs.com hosted module paste-html-to-govspeak is automatically updated when there is a merge to main that updates the version property in package.json.
FAQs
Converts HTML formatted rich content to govspeak format (a markdown extension library for government editors) when pasted from clipboard into a form input or textarea.
We found that paste-html-to-govspeak demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.