Harshad Vedartham

Results 24 issues of Harshad Vedartham

This PR attempts to address #8 Only forward slashes will be supported as that is what the rest of this plugin relies on

Paths starting with, for example, `C://` etc are not recognized as paths. c-x c-f works fine though. Likely just need another pattern around here: `https://github.com/hrsh7th/cmp-path/blob/main/lua/cmp_path/init.lua#L54` Note that I have `shellslash`...

This PR adds partial highlighting support discussed in 1. When text is changed we recompute the spans for the _whole_ text 2. When we scroll, we apply the highlighting for...

I will often update a file on my PC and wait for it to sync to my phone via syncthing. I wait by opening simple-file-manager and dragging down to refresh...

bug

i.e change to or prepend a numbered list, bullet or checkbox. If no bullet is present, insert the requested bullet type. If another bullet is present, replace it.

The `SelectBulletText` and `SelectBullet` commands don't appear to be defined. If they were removed on purpose, the documentation should be updated.

Am seeing this weird effect - If you put your cursor on the last line in todo.txt and open a dialog (say search) and then the dialog is dismissed (by...

This is an additional set of improvements to linking and attaching files. Features are: 1. Search for files from the attach dialog 2. Attach favourite / recent files 3. The...

In this PR I add ac caching system to speed up bullet parsing. It is kinda ugly and I don't want to merge it unless it makes a huge difference...

enhancement

This PR allows the open link action to open a resource in a HTML tag. For example: Place the cursor inside an audio attachment `Title` and press the open link...