branch: externals/org-transclusion commit cd8412908abeb31e84ee8353dc5a37453ed9df37 Author: Joseph Turner <jos...@breatheoutbreathe.in> Commit: Joseph Turner <jos...@breatheoutbreathe.in>
docs: Update manual to point to org-transclusion-http --- docs/org-transclusion-manual.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/org-transclusion-manual.org b/docs/org-transclusion-manual.org index ce123a862a..104ec325b0 100644 --- a/docs/org-transclusion-manual.org +++ b/docs/org-transclusion-manual.org @@ -201,8 +201,11 @@ For the =:only-contents= property, refer to sub-section [[#filtering-org-element :END: #+cindex: Links with hyper://, http://, and other protocols -With version 1.4, a transclusion works with hyper:// links (see [[https://git.sr.ht/~ushin/hyperdrive.el][hyperdrive.el]]) -or http:// links. Splitting the org-transclusion-add into two parts enables functions in org-transclusion-add-functions to be asynchronous. With this change, content can be transcluded over a network, using http://, hyper://, or other protocols. For a proof-of-concept integration with hyperdrive.el, see [[https://git.sr.ht/~ushin/hyperdrive.el/tree/org-transclusion/item/hyperdrive-org-transclusion.el][this file]]. +As of version 1.4, it is possible to transclude content over the +network via =hyper://= (see [[https://git.sr.ht/~ushin/hyperdrive.el][hyperdrive.el]]) or =http://= (see +[[https://git.sr.ht/~breatheoutbreathein/org-transclusion-http][org-transclusion-http]]). Under the hood, splitting the +~org-transclusion-add~ into two parts enables functions in +~org-transclusion-add-functions~ to be asynchronous. [We expect more information and examples to be added for this section]