Skip to content

Instantly share code, notes, and snippets.

@miklb
Last active December 13, 2016 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miklb/b18728f8360341a62504dff6efe92ef9 to your computer and use it in GitHub Desktop.
Save miklb/b18728f8360341a62504dff6efe92ef9 to your computer and use it in GitHub Desktop.
// 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