[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ELPA] Display package description as Org-exported text or HTML?
From: |
Stefan Monnier |
Subject: |
Re: [ELPA] Display package description as Org-exported text or HTML? |
Date: |
Mon, 31 May 2021 09:19:03 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> Find attached the script org-to-html that will convert .org files
Yes, that's the easy part for markdown as well. The part that requires
work (not necessarily very hard, but work nonetheless) is to integrate
it with elpa-admin.el, such as:
- run those scripts within a `bwrap`.
- arrange for the output to fit *within* the existing HTML page
(i.e. we don't want an HTML page from the .org, we want just
a section of an HTML page).
Other things to improve along the way:
- make it possible to fold/unfold the various sections of those web pages
- add a "menu/tableofcontents".
Stefan
- [ELPA] Display package description as Org-exported text or HTML?, Daniel Mendler, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Jean Louis, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Daniel Mendler, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Jean Louis, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Michael Heerdegen, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Jean Louis, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?,
Stefan Monnier <=
- Re: [ELPA] Display package description as Org-exported text or HTML?, Michael Heerdegen, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Stefan Monnier, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Michael Heerdegen, 2021/05/31
- Re: [ELPA] Display package description as Org-exported text or HTML?, Stefan Monnier, 2021/05/31
- [ELPA PATCH] Add badge generator to elpa-admin.el, Daniel Mendler, 2021/05/31
- Re: [ELPA PATCH] Add badge generator to elpa-admin.el, Daniel Mendler, 2021/05/31
Re: [ELPA] Display package description as Org-exported text or HTML?, Stefan Monnier, 2021/05/31