zamsyt

Results 5 issues of zamsyt

Shortcodes aren't replaced in the search tab, so you can't use them to search for emoji. Workaround is to type the shortcode in a note and copy-paste it to the...

| Light theme | Dark theme | | --- | --- | | ![Buttons in light theme](https://github.com/mgmeyers/obsidian-style-settings/assets/102934832/f95cb1bf-e3f8-4a82-ac65-99e97901df7b) | ![Buttons in dark theme](https://github.com/mgmeyers/obsidian-style-settings/assets/102934832/8153a2cf-f3cf-4896-88fb-590edc2e2c42) | I take it the intention is probably...

I was getting `invalid flag in pkg-config --libs: -Wl,--push-state,--as-needed`, and that was fixed with `export CGO_CFLAGS_ALLOW=".*" && export CGO_LDFLAGS_ALLOW=".*"`. But now I'm getting this when running `go build`: ``` #...

Add special handling for empty headings This discussion started under another issue: https://github.com/zamsyt/obsidian-snippets/issues/16#issuecomment-2090037430

List collapse indicator is in the wrong position in reading view. ![image](https://github.com/zamsyt/obsidian-snippets/assets/102934832/06fbfba0-4920-4903-a9c1-769a3d1ec588) Introduced by 0dbc9c7 > This fix breaks rendering for regular (not in a callout) bullet list's folding triangle...