Last active
December 13, 2016 16:53
-
-
Save miklb/b18728f8360341a62504dff6efe92ef9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// relevant part from Quill | |
properties: | |
{ content: [Object], | |
category: [Object], | |
'syndicate-to': [Object] } | |
// relevant part from Inkstone | |
properties: { content: [Object] }, | |
mp: { | |
type: [Object], | |
'syndicate-to': [Object] | |
} | |
// Also different - Inkstone | |
"syndicate-to": [\n {\n "0": "https://brid.gy/publish/twitter?bridgy_omit_link=true"\n | |
// Quill | |
"syndicate-to": [\n "https://brid.gy/publish/twitter?bridgy_omit_link=true"\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment