Benjamin Bray

Results 59 comments of Benjamin Bray

This would be nifty! I ran into a use case while building a Markdown parser, that shows some interaction with template literal types as well. Here's a very simplified version:...

Noteworthy aims to play nicely with other Markdown editors, so I hope to one day add a preferences menu that allows users to toggle on/off the parsers & editing components...

# Obsidian Markdown Obsidian seems to be rather idiosyncratic and diverges from CommonMark in a few important ways, including: **Obsidian Image Syntax** For [some reason](https://forum.obsidian.md/t/image-embedding-why-incompatible-syntax-was-chosen/3994), Obsidian saves image references using...

> plug'n'play (perhaps togglable) Thanks for the links, indeed that is my goal. I want syntax extensions to be individually toggle-able, so that Noteworthy can be configured to read Markdown...

I'm glad to see some progress integrating with TipTap. I don't use TipTap myself, but I would happily accept PRs (or suggested improvements) targeted at making TipTap integration easier.

I ran into this issue (`tsd-jsdoc` doesn't seem to support [JSDoc namepaths](https://jsdoc.app/about-namepaths.html), as in #89 ) with `citation-js` to solve citation-js/citation-js#104. @englercj Would be great to have this fix merged...

I took a look at the original PR #88 and based on [this discussion](https://github.com/jgm/citeproc/pull/88/files#r689114703), it looks like I was attempting to preserve some existing behavior of pandoc. But the actual...

@rubenmoor thanks for posting your solution, would you be able to give some more detail? I want to try out reflex/obelisk but I have no experience with Nix so I'm...

@rubenmoor Thanks for your help, unfortunately I'm still not able to resolve the issue. Starting from a fresh `ob init`, I changed my ~.obelisk/impl/github.json` to the following: ```json { "owner":...

In an attempt to pin the obelisk version, I tried to make a `flake.nix`. However it doesn't work either. ```nix { description = "Minimal Obelisk + HLS Setup"; inputs.obelisk =...