branch: externals/org-transclusion commit 1ac5bbb51625e460785de49cdacfe780b945569f Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
docs: README add budges --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index b5f47f3..ac5248b 100644 --- a/README.org +++ b/README.org @@ -3,6 +3,11 @@ #+email: m...@nobiot.com #+options: toc:nil +#+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs" src="https://img.shields.io/static/v1?logo=gnuemacs&logoColor=fafafa&label=Made%20for&message=GNU%20Emacs&color=7F5AB6&style=flat"/></a> +#+html: <a href="http://elpa.gnu.org/packages/org-transclusion.html"><img alt="GNU ELPA" src="https://elpa.gnu.org/packages/org-transclusion.svg"/></a> +#+html: <a href="http://elpa.gnu.org/devel/org-transclusion.html"><img alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/org-transclusion.svg"/></a> +#+html: <img alt="GPLv3" src="https://img.shields.io/badge/License-GPLv3-blue.svg"> + Org-transclusion lets you insert a copy of text content via a file link or ID link within an Org file. It lets you have the same content present in different buffers at the same time without copy-and-pasting it. Edit the source of the content, and you can refresh the transcluded copies to the up-to-date state. Org-transclusion keeps your files clear of the transcluded copies, leaving only the links to the original content.<<whatis>> A complete user manual is available [[https://nobiot.github.io/org-transclusion/][online]] or Emacs in-system as an Info document (=C-h i= and find the =Org-transclusion= node).