Samuel Allan
Samuel Allan
Hmm yeah this sounds more like a bug in urwid or something configured differently in the terminal apps themselves. I can't reproduce the problem on my linux machine, and I...
@drselump14 This would be great, though I would imagine would involve a lot of work. Thanks for the suggestion! :smile: I won't have time to look into something like this...
Currently sncli doesn't support mouse events at all. Maybe someone with more experience than me on urwid could work something out? Personally, I think the main point of sncli is...
In that case, it should be perfectly doable! I wonder if it would also be feasible to incorporate parts of [urlscan](https://github.com/firecat53/urlscan) as well. :+1:
Yep, it appears that opening external links is an already solved problem with piping to urlscan/urlview, or `gx` in vim. Internal links would have to be implemented directly in sncli...
Yep, when the note is open or from the index view (will work with the selected note). Please do open a new issue if you get any errors with that!...
Possibly a configuration issue, or an old version - it works for me out of the box with urlscan 0.8.6, and urlview works fine with a good regex configured.
Yep that's fair, thanks. :+1: Perhaps for now, a Makefile target that runs the isort command you used to generate these changes - then at least we have a record...
Thanks @nbenm. To add to this, there is a PR open (https://github.com/insanum/sncli/pull/49) to enable acting on a note based on its title, but it needs some work before it can...
@drewauff > Awesome, didn't know that one, thanks.. any way I can view in my default editor? Yep, you can set the `cfg_pager` option. It defaults to `$PAGER` if set,...