@pocketapp/prismic-richtext
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

A helper to build generic tree from rich text raw json

Get a generic tree from a richtext

  import PrismicRichText from 'prismic-richtext';

  PrismicRichText.asTree(doc.data.myRichText)

Get a serialized tree from a richtext

You can find an example here: https://github.com/prismicio/prismic-dom/blob/master/src/index.js

  import PrismicRichText from 'prismic-richtext';
  // define a serialize function to manage your fragment
  // you can use the 'Element' Helper from PrismicRichText to match the different fragments
  function serialize() {...}
  
  PrismicRichText.serialize(doc.data.myRichText, serialize, htmlSerializer)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1

Package Sidebar

Install

npm i @pocketapp/prismic-richtext

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

814 kB

Total Files

59

Last publish

Collaborators

  • davidknezic