descriptionEmacs extension which use org-pretty-tags to beautify Org tags with icons or images.
ownernumbchild@gmail.com
last changeMon, 22 Apr 2024 06:07:51 +0000 (22 14:07 +0800)
content tags
add:
README.org
* Intro

#+ATTR_ORG: :width 600
#+ATTR_LATEX: :width 6.0in
#+ATTR_HTML: :width 600px
[[file:screenshot.png]]

* Features

- display lots of tags as icons
- support unicode emojis as tag icons
- auto add Org tags based on ~org-attach~ command attached file types.

* Installation

This package is available on MELPA already!

* Changelog

- Now this package switched icon support from package all-the-icons to nerd-icons.

* Usage

#+begin_src emacs-lisp
(use-package org-tag-beautify
  :ensure t
  :custom (org-tag-beautify-data-dir "~/Code/Emacs/org-tag-beautify/data/")
  :init (org-tag-beautify-mode 1))
#+end_src
shortlog
5 days ago stardivinerRevert commit "bd9c18d"main
8 days ago stardivinerUpdate README, package does not depend on package ...
8 days ago stardivinerImprove `org-tag-beautify-enable` & `org-tag-beautify...
8 days ago stardivinerRename `org-tag-beautify-surrogate-strings` -> `org...
9 days ago stardivinerRefactor function names and adding icon tags logic
9 days ago stardivinerRename `org-tag-alist' into `org-tag-persistent-alist'
2024-02-16 stardivinerAdd new tag icon "Arduino"
2024-01-26 stardivineradd new tag icons
2024-01-16 stardivinerimprove existing tag detection using `seq-intersection...
2024-01-15 stardivinerAdd people career jobs related tag icons
2024-01-04 stardivinerupdate tag names
2023-12-22 stardivinerAdd gene DNA etc tag icons
2023-12-04 stardivinerImprove find tag function to search not hardcoded icon...
2023-12-04 stardivinerextract real icon name: "nf-md-access_point" -> "access...
2023-11-19 stardivinerAdd new tag "command_line" icon
2023-11-17 stardivinerFix Wrong type argument: listp, mv (function argument...
...
heads
5 days ago main