1.4.0 • Published 6 years ago

plantuml-encoder v1.4.0

Weekly downloads
19,738
License
MIT
Repository
github
Last release
6 years ago

plantuml-encoder

PlantUML encoder for browsers and Node.js.

npm Version build-status js-standard-style

Encoded PlantUML can be used to create PlantUML URL links.

Install

Node.js:

npm install plantuml-encoder

browser:

bower install plantuml-encoder

Example

var plantumlEncoder = require('plantuml-encoder')

var encoded = plantumlEncoder.encode('A -> B: Hello')
console.log(encoded) // SrJGjLDmibBmICt9oGS0

var url = 'http://www.plantuml.com/plantuml/img/' + encoded

The URL can then be used to display the diagram:

alt tag

Decode example

var plantumlEncoder = require('plantuml-encoder')

var plain = plantumlEncoder.decode('SrJGjLDmibBmICt9oGS0')
console.log(plain) // A -> B: Hello

License

MIT

water-uml@infinitebrahmanuniverse/nolb-plantui-editor1@everything-registry/sub-chunk-2444witivio-tui-editorx-tui-editorvickymd@campbell-bartlett/asciidoctor-plantumljoplin-plugin-enhancementjoplin-plugin-plantuml2jupyter-ijavascript-utils@jthinking/pro-editortsuml-clitypeorm-plantumltypedoc-umlclasstypedoc-umlclass-modtypeorm-umltypescript-business-rules-enginetplanttui-editor-modtui-editor2tui-editortui-editor-alternatetui-editor-dttui-editor-jg@akebifiky/remark-simple-plantuml@0xgg/echomdupress@hcg2077/toolbox@howyi/foil@geekeditor/meditable@gingkoo/pandora-viewer@inscreen/typeorm-uml@muyajs/core@marktext/muya@nence/markdown@nicolaepaul/tiptap-starter-kit@entrofi/node-plantuml@mlogclub/tiptap-starter-kit@kolibrijs/cli@kolibry/cli@kne/blog-maker@jeecg/tui-editor@jeff-tian/tplant@inease/slidev-cli@portenez/plantuml-watch@proscom/typeorm-uml@starzkg/vuepress-plugin-markdown-enhance@ones-editor/editor@openstapps/core-tools@packetsafari/cli@slidev/cli@smslidev/cli@seanc/node-plantumlmt-tui-editoropenapi2plantumlpcomppandoc-plantumlremark-plantuml-linkpw-node-plantumlremark-encode-plantumlremarkable-plantumlschema-to-erdnode-plantumlnode-plantuml-backnode-plantuml-betanode-plantuml-customnode-plantuml-include-vizjsnode-plantuml-latestnode-plantuml-testnode-plantuml-vizjsngrx-umlpeter-editorplantuml-node-latestplantuml-txtplantviewpolywoo-mana-editorpuml-for-markdownpuml-to-pngreact-plantumlslidev-cli-magiclidesslidev-cli-magicslidesgitbook-plugin-pumlgitbook-plugin-puml-aleunggitbook-plugin-uml-onlinegithub-wikito-convertergtmplanthonkit-plugin-plantuml-serverhappy-stemarkdown-it-plantuml-onlinelivingdoc-typescript-pluginmeditablemdplantlib@zalastax/nolb-planastro-markdown-renderany-block-converter-markdown-itasciidoctor-plantumlasciidoctor-jira@zsnmwy/cli@syfxlin/tiptap-starter-kit
1.4.0

6 years ago

1.3.0

6 years ago

1.2.6

6 years ago

1.2.5

7 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago