All posts made from this account are licensed under […]
🌉 bridged from ⁂ https://fosstodon.org/@pandoc, follow @ap.brid.gy to interact
It allows to run any kind of document conversion that pandoc supports in the browser. The documents never leave the computer, thus ensuring *full privacy*.
Conversions to pdf are done via Typst […]
#pandoc #OnlineHelp #lua
#pandoc #OnlineHelp #lua
And it's completely ad-free, of course.
Many thanks to everybody sponsoring us!
It allows to run any kind of document conversion that pandoc supports in the browser. The documents never leave the computer, thus ensuring *full privacy*.
Conversions to pdf are done via Typst […]
And it's completely ad-free, of course.
Many thanks to everybody sponsoring us!
• Official support for wasm (WebAssembly), allowing to run pandoc in the browser,
• *alerts* extension in the pandoc Markdown flavor,
• support for defaults files using JSON instead of YAML,
• extension of `${.}` vars in the `defaults` field, making it easier to base defaults […]
• Official support for wasm (WebAssembly), allowing to run pandoc in the browser,
• *alerts* extension in the pandoc Markdown flavor,
• support for defaults files using JSON instead of YAML,
• extension of `${.}` vars in the `defaults` field, making it easier to base defaults […]
https://pandoc.org/wasm-demo/
#pandoc #wasm #lua #luafilter
https://pandoc.org/wasm-demo/
#pandoc #wasm #lua #luafilter
No matter your stance on projects created with LLM-tools, please remember that these new converters would not have been possible without the manual work that went into pandoc.
The project here is a comparatively pleasant and positive […]
No matter your stance on projects created with LLM-tools, please remember that these new converters would not have been possible without the manual work that went into pandoc.
The project here is a comparatively pleasant and positive […]
Lua helper script (pget.lua):
#!/usr/bin/env pandoc-lua
local mb = require 'pandoc.mediabag'
local path = require 'pandoc.path'
local uri = arg[1] or error"No URI given"
local out = arg[2] or path.filename(uri)
local mt, content = mb.fetch(uri)
mb […]
Lua helper script (pget.lua):
#!/usr/bin/env pandoc-lua
local mb = require 'pandoc.mediabag'
local path = require 'pandoc.path'
local uri = arg[1] or error"No URI given"
local out = arg[2] or path.filename(uri)
local mt, content = mb.fetch(uri)
mb […]
Convert text encodings, UTF-8 to UTF-16:
echo 'X' | pandoc lua -e 'io.write(pandoc.text.toencoding(io.read"a", "utf-16"))'
Other direction:
echo 'X' | pandoc lua -e 'io.write(pandoc.text.fromencoding(io.read"a", "utf-16"))'
The […]
Convert text encodings, UTF-8 to UTF-16:
echo 'X' | pandoc lua -e 'io.write(pandoc.text.toencoding(io.read"a", "utf-16"))'
Other direction:
echo 'X' | pandoc lua -e 'io.write(pandoc.text.fromencoding(io.read"a", "utf-16"))'
The […]
https://pandoc.org/wasm-demo/convert.html
#pandoc #wasm
https://pandoc.org/wasm-demo/convert.html
#pandoc #wasm
https://github.com/pandoc-ext/include-files
#pandoc #luafilter
https://github.com/pandoc-ext/include-files
#pandoc #luafilter
This release adds three new input formats (Asciidoc, PPTX, and XLSX) and one new output format (BBCode + variants).
It also fixes a number of bugs (including some regressions in 3.8). See the changelog for full details.
Thanks to all who contributed! […]
This release adds three new input formats (Asciidoc, PPTX, and XLSX) and one new output format (BBCode + variants).
It also fixes a number of bugs (including some regressions in 3.8). See the changelog for full details.
Thanks to all who contributed! […]
• The "Discussions" forum on GitHub has become the central place for community support: https://github.com/jgm/pandoc/discussions
• A wealth of knowledge can be found in the archive of the pandoc-discuss mailing list https://inbox.vuxu.org/pandoc-discuss/
• Likewise […]
• The "Discussions" forum on GitHub has become the central place for community support: https://github.com/jgm/pandoc/discussions
• A wealth of knowledge can be found in the archive of the pandoc-discuss mailing list https://inbox.vuxu.org/pandoc-discuss/
• Likewise […]