D'autres expériences EtherPad + web2print ( https://pagedjs.org dans nos <3 )
-
http://osp.kitchen/tools/ether2html/ workshop
usage d'etherpad comme hébergeur sauvage ( et éditeur intégré ) : low cost ...
( demande de la bidouille, quelques limitations CORS )
mais un chouette résultat
( comme toute un css-for-print assez simple ) -
détail marche à suivre http://osp.kitchen/tools/ether2html/tree/master/content-of-pads-for-reference-only.txt#project-detail-files
... et une curiosité pour :
Browse The Most Popular 64 Pandoc Open Source Projects
MORE PANDOCS
Vscode pdf md export w\ Pandoc
https://awesomeopensource.com/project/yzane/vscode-markdown-pdf#install
Online editor <3
https://markup.rocks/
Latex margin right alternative to tufte
https://github.com/shicks/marginfix
Blog md tufte
https://awesomeopensource.com/project/apas/athena
MAC pdf / exports pandoc + editor
https://awesomeopensource.com/project/mb21/panwriter
notes de bas de page ( ndbp )
https://jayrobwilliams.com/posts/2020/10/jeykll-footnotes
https://rephrase.net/box/word/footnotes/syntax/
links variables
I get 10 times more traffic from [Google][] than from
[Yahoo][] or [MSN][].
[google]: http://google.com/ "Google"
[yahoo]: http://search.yahoo.com/ "Yahoo Search"
[msn]: http://search.msn.com/ "MSN Search"
Both of the above examples will produce the following HTML output:
<p>I get 10 times more traffic from <a href="http://google.com/"
title="Google">Google</a> than from
<a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a>
or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p>
automatic links <3
\<http://example.com/\>
citation
https://v4.chriskrycho.com/2015/academic-markdown-and-citations.html
https://pandoc.org/MANUAL.html#option--citeproc
( ndbp )
https://assemble.io/docs/Cheatsheet-Markdown.html#inline-footnotes
| Option | Description |
| --- | --- |
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
( ndbp )
lazy automatic
https://brettterpstra.com/2013/10/30/lazy-markdown-footnotes/
PANDOC AUTOMATIC CONVERTION PDF cli_bash
https://www.arthurperret.fr/enseignement-automatisation-pandoc.html
http://www.nicksun.fun/linux/2020/03/26/pdfs-bash-pandoc.html