Shaun Martin

Results 20 issues of Shaun Martin

The `view email` link is wrapped with square brackets, causing Obsidian to write out `[view email](...)` in full and making that a link which goes nowhere. eg: ```markdown ## Submission...

bug

Note that this includes an upgrade to Typescript 5. This is working fine on my simple plugin but I'm not sure what kind of breaking changes might be lurking deeper...

Larger publications use these for a variety of different metadata types. For example: [Nature](https://www.nature.com/articles/s41467-024-46581-5) ``` ... ... ... ... ``` [Our World in Data](https://ourworldindata.org/problems-and-progress) ``` ``` See also https://github.com/inhumantsar/slurp/issues/25

enhancement
good first issue

Relying solely on upstream parsers will never yield perfect results, so it would make sense to implement hooks which can be used to apply fixes for common simplification and conversion...

enhancement

Obsidian's implementation/wrapper of Turndown results in some pretty wonky Markdown at times. - Nested links, as in Wikipedia footnotes and Medium author links - Tables with `` elements It also...

refactoring

Being able to edit tags and the title when saving a page would make organizing information easier and give people an opportunity to sidestep errors like #20 and #27 without...

enhancement

Users should be able to select a location other than the default when slurping a page.

enhancement
good first issue

Moved from #23: >Some of the found tags aren't compatible with the required Obsidian tag format, so cleaning them is needed. > > Replacing & with and to side-step the...

annoyance

Maybe by creating a sort of "index card" to accompany the PDF file itself?

enhancement

```nix microvm = { host.enable = true; vms = { "myvm" = { autostart = true; ... config = { microvm = { interfaces = [ { type = "macvtap";...