Cody Schroeder

Results 5 issues of Cody Schroeder

I'd like to use `extractSnippetAroundIndex` in some custom templates. Potentially with an extra argument that caps the length of the rendered snippet. Example usage: ```include template: | {{#if .}} #...

When using {[Search Space]}, you can't search for text such as "hooks.bottom" because the resulting search page is "🔍 hooks.bottom" and Silverbullet complains that a "Page name can not end...

bug

Generalize https://github.com/silverbulletmd/silverbullet/blob/main/plugs/index/tag_page.ts to any number of “virtual” pages. Instead of `📌 {{tag}}` pages being specially handled, have a general mechanism for rendering read-only pages derived from a template. My suggestion...

enhancement

https://github.com/sergi/go-diff/commit/db1b095f5e7c905e196ff6bfd56189a41aa76309 introduces a bug in its change from `diffLinesToRunesMunge` to `diffLinesToStringsMunge`. Since each line is represented by 1 or more ascii characters, it's possible for the diffing algorithm to split...

### Description of the problem / feature request: Add support for building [JEP 238](http://openjdk.java.net/jeps/238)-compliant jars for distribution. ### Feature requests: what underlying problem are you trying to solve with this...

P3