| GitHub | https://github.com/somelinguist |
Any combination of two of the below work great together. All three do not:
* Drafts
* iOS 26.4 beta
* The "Reduce Transparency" accessibility feature
If you use Drafts and Reduce Transparency, maybe hold off on the iOS beta, or you will get blank text in the editor.
If you have installed the iOS beta, turn off Reduce Transparency to workaround.
Apple Folks: FB22153022
Lately on the blog: Pandoc-style filters for Apex
@somelinguist My work this morning might be of interest (inspired by you) https://github.com/ApexMarkdown/apex/wiki/Filters
Ideally it works with existing Pandoc Lua filters, and also incorporates Pandoc's JSON filtering. I'm definitely not trying to entirely replace Pandoc, but I want Apex to be a viable solution from within Marked that greatly reduces the need to run Pandoc as an external process.
@ttscoff @nholzschuch @marked Not that you need more features. :) But I thought I’d mention it.
Since it’s GPL2, it probably would need to be downloaded by the user, but WASM should get around the sandbox-restrictions, right?
@ttscoff Yesterday, Pandoc added support for compiling to WASM. I’ve been waiting for this for a long time with the hopes of somehow it could be wrapped for use in a-Shell by @nholzschuch to finally have Pandoc on the iPad. It looks like it still might be complicated.
This morning while I was looking at it, I wondered if the WASM version might be away to have Pandoc work in the App Store version of @marked 3.
https://github.com/jgm/pandoc/tree/main/wasm
https://github.com/holzschu/a-shell/issues/10#issuecomment-3847416231
“pandoc for the people”, the pandoc wasm web-app, is now available at https://pandoc.org/app/
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.