Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

wesleystam/slate_serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlateSerializer

SlateSerializer de- and serializer text and html to Slate document values in Ruby.

Installation

Add this line to your application's Gemfile:

gem 'slate_serializer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install slate_serializer

Usage

To convert between plain text and Slate document use:

$ SlateSerializer::Plain.serializer({ document: {...}}) => text
$ SlateSerializer::Plain.deserializer(text) => { document: {...}}

To convert between html and Slate document use:

$ SlateSerializer::Html.deserializer(html) => { document: {...}}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/wesleystam/slate_serializer.

About

Slate serializer

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors