Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tecosaur/engrave-faces
Mirror of https://git.tecosaur.net/tec/engrave-faces
https://github.com/tecosaur/engrave-faces
emacs emacs-package mirror
Last synced: about 1 month ago
JSON representation
Mirror of https://git.tecosaur.net/tec/engrave-faces
- Host: GitHub
- URL: https://github.com/tecosaur/engrave-faces
- Owner: tecosaur
- License: gpl-3.0
- Created: 2021-01-26T08:26:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T08:34:16.000Z (7 months ago)
- Last Synced: 2024-04-28T07:45:12.397Z (7 months ago)
- Topics: emacs, emacs-package, mirror
- Language: Emacs Lisp
- Homepage:
- Size: 118 KB
- Stars: 94
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Engrave Faces
#+author: tecosaur#+html:
There are some great packages for Exporting buffers to particular formats, but
each one seems to reinvent the core mechanism of processing the font-lock in a
buffer such that it can be exported to a particular format.This package aims to produce a versatile generic core which can process a
fontified buffer and elegantly pass the data to any number of backends which can
deal with specific output formats.This is very much a work in progress, a rough plan can be seen below.
I fully expect some important items to have been forgotten.*Font lock processing*
- [X] Single faces
- [X] Merge multiple faces
- [ ] Process overlays*Included backends*
- [X] LaTeX
- [X] HTML
- [X] ANSI