ONLYOFFICE / plugin-html

ONLYOFFICE plugin to get your document content as HTML code, modify it, and paste back to the document.

Home Page:https://www.onlyoffice.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information

This repository is an archive of plugin-html. Now it moved to the marketplace repository onlyoffice.github.io.

Overview

Get your document content as HTML code, modify it, and paste back to the document.

This plugin uses CodeMirror, a versatile text editor implemented in JavaScript for the browser and prettier Prettier is an opinionated code formatter with support for: JavaScript (including experimental features), JSX, Angular, Vue, Flow, TypeScript, CSS, Less and SCSS, HTML, JSON, GraphQL, Markdown, including GFM and MDX, YAML.

The plugin is compatible with self-hosted and desktop versions of ONLYOFFICE editors. It can be added to ONLYOFFICE instances manually.

How to use

  1. Open the Plugins tab and press "Get and paste html".
  2. Select the necessary content.
  3. In the plugin field on the left panel, you'll see the HTML code of the selected abstract.
  4. Modify the HTML code if necessary.
  5. Click "Paste into document" to insert the HTML code to the current cursor position in your document.

You can also write your own HTML code (without selecting any document content) and then paste it to your document.

How to install

Detailed instructions can be found in ONLYOFFICE API documentation.

About

ONLYOFFICE plugin to get your document content as HTML code, modify it, and paste back to the document.

https://www.onlyoffice.com

License:Apache License 2.0


Languages

Language:JavaScript 59.9%Language:HTML 40.1%