Version 0.3.2 of package Svg-Tag-Mode has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Svg-Tag-Mode describes itself as:

  ==============================
  Replace keywords with SVG tags
  ==============================

More at https://elpa.gnu.org/packages/svg-tag-mode.html

## Summary:

  This minor mode replaces keywords or expressions with SVG tags
  that are fully customizable and activable.

  Usage example:
  --------------

  (setq svg-tag-tags '((":TODO:"  ((lambda (tag)
                                       (svg-tag-make "TODO"))))))

## Recent NEWS:

Version 0.3.2
- Fixed dependency on svg-lib

Version 0.3.1:
- Tags are now editable when cursor is inside.

Version 0.2:
- Added activable tags
- svg-lib dependency

Version 0.1:
- Proof of concept

Reply via email to