gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Svg-Tag-Mode version 0.3.3


From: ELPA update
Subject: [GNU ELPA] Svg-Tag-Mode version 0.3.3
Date: Mon, 21 Oct 2024 17:04:21 -0400

Version 0.3.3 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.3
- Fixed regression: https://github.com/rougier/svg-tag-mode/issues/47

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

[Prev in Thread] Current Thread [Next in Thread]