0.2.0 • Published 1 year ago

wiki-plugin-transport v0.2.0

Weekly downloads
35
License
MIT
Repository
github
Last release
1 year ago

Federated Wiki - Transport Plugin

This plugin, type: transport, creates a drop zone for web content to be run through a remote web content to wiki page json converter. Its markup consists of the address of the remote service.

The Transport plugin posts a json document to the remote service with each drop. The document contains information retrieved from the drop event's dataTransfer object.

{
	"text": getData("text"),
	"html": getData("text/html"),
	"url":  getData("URL")
}

The remote service is expected to reply with valid federated wiki page json. Conventionally this will be decorated with provenance details when they can be inferred. The returned page will be added to the lineup but not saved until forked or plundered for content.

Build

npm install
grunt build

License

MIT

0.2.0

1 year ago

0.2.0-rc.0

1 year ago

0.1.5

3 years ago

0.1.4

5 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago