neocotic / europa

Library for converting HTML into valid Markdown
MIT License
159 stars 24 forks source link

Remove plugin and preset names #90

Closed neocotic closed 2 years ago

neocotic commented 2 years ago

The concept of having plugin and preset package's export their names was needless. The name is never referenced or used and just adds bloat to bundled Europa Core implementations as the name strings cannot be compressed.

These have now been removed and europa-build has been updated to ensure any newly generated plugins/presets do not contain this field.