Chris Grieser

Results 390 comments of Chris Grieser
trafficstars

> For example, instead of `` try use ``. this is the solution, btw. `` works flawlessly.

maybe insert some (customizable) text after the link? 🤔

The numbering is simply a method of shortening communication. You could think of them as abbreviations rather than aliases, maybe. It's not only useful for contributors/devs like us, it would...

Thanks for implementing the improved settings menu so quickly already, looks much better! Now with the more condensed design, I noticed a new small issue: the `hr` is visually a...

@platers I think not? Like I just checked a bunch of plugins and most of them have `hr`s, where heading and description are between `hr`s, instead of having a `hr`...

If you explain to me where the settings are set in this plugin, I can give it a look? But it's weird that its not working when you try it,...

I cam here to say the same thing. I am getting github issues for things that already have a style setting as there are simply too many of them by...

+ 1. As a workaround, I found that using synonyms somewhat works. For example instead of mapping to `u`, map to `:undo`. Instead of mapping to `x`, you can map...

The problem is, that `noremap` isn't supported, only `map`. (If you type `:nnoremap i k` interactively in Obsidian, it will say that it's not supported) being able to only use...

@Signynt oh sorry, I said the right thing, but posted the wrong thing in the code block. You need `nmap`, not `nnoremap`, since Obsidian does not support `noremap`s.