Walter

Results 9 issues of Walter

The search form appears to be hidden on the [`clojure.string`](https://clojuredocs.org/clojure.string) page, but visible on all other namespace index pages. It's present in the DOM, and highlighted by developer tools in...

It would be really great if you could load a stack trace, from the log buffer or elsewhere, into Neovim's quickfix (or location) list, and jump to each source location...

enhancement
client-clojure
contributable

Minor fix for errors found with `:set debug=msg`, when `g:vim_markdown_frontmatter` is not set.

_Version: 0.6.0_ The new composite work flow button is inaccessible with the keyboard. Shortcuts should be added.

**Is your feature request related to a problem?** No, this is purely an enhancement. **Describe the solution you'd like** Say you end up with this function: ```clojure (defn foo [i]...

enhancement

There's a clj-kondo [`analyze-call` hook](https://github.com/clj-kondo/clj-kondo/blob/master/doc/hooks.md#analyze-call) I created for your excellent `loopr` macro, [here](https://github.com/walterl/red2js/blob/master/.clj-kondo/hooks/loopr.clj). Apparently libraries can [export clj-kondo configs](https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#exporting-and-importing-configuration), but unfortunately I don't have the time to wrap this up...

:warning: **This PR includes changes from #20, so it should be reviewed and merged before this one.** This fixes broken relative links when previewing files outside of the current working...

This enables a high degree of customization. I've found it useful for changing the browser being opened, and changing the port on which the live server is started. Similar to...

Like [privacy-redirect](https://github.com/SimonBrazell/privacy-redirect): Automatically replace URLs to recognized services, with one to a privacy friendly alternative. Make it very clear and easy to revert back to the original URL. The user...

enhancement