skuro / plantuml-mode

A major mode for editing PlantUML sources in Emacs
GNU General Public License v3.0
511 stars 96 forks source link

support for simple HEX encoding format #128

Closed ig-ra closed 4 years ago

ig-ra commented 4 years ago

HEX encoding format instead of base64

reasons: it seems that developers of plantuml introduced some changes in encoding. plantuml-mode stopped working with base64 encoding.

Links:

  1. updated documentation https://plantuml.com/en/text-encoding
  2. https://github.com/plantuml/plantuml/issues/117#issuecomment-623545016
  3. https://forum.plantuml.net/11432/the-plugin-you-are-using-seems-generate-private-gitlab-server?show=11433#a11433
  4. https://github.com/bauglir/render-plantuml/commit/f69ff030a1a7e8405667fc84fec5aadaa4d0f61e
tabroughton commented 4 years ago

this would help as a work around for this issue: https://github.com/skuro/plantuml-mode/issues/131

But I think a better solution would be to have a plantuml encodebase64 implementation like the ones written in JavaScript, PHP and Python.

Possibly a new var to set using hex or encoded base64 (plantuml flavoured).

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.