lintalist
lintalist copied to clipboard
Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles
Whitespace is not preserved after a restart, at least if it's at the end of a snippet. The most common example of this bug is with a greeting, such as...
Add support for other TriggerKeys. For my use case, I am interested in F9 or some other key. Currently, setting other trigger keys does paste the snippet but it appears...
Add `[[sp=0]]` to indicate the last item from `split` as sometimes you don't know how many you have and accessing the last item could be useful.
Either keep listbox and use the `multi` listbox option OR swap it to a listview and possibly use checkboxes in the listview?
Just discovered that when I name a function with an underscore ("[[my_func()]]") and include it in MyFunctions.ahk via "#include" from my standard library, the plugin simply outputs the text of...
Hello, I am writing a template script to embed specific pages of a pdf-file into an open document. The idea would be to have an initially empty choice-box, and insert...
Hello, I have two snippets, one residing in my `RMarkdown`-bundle, the other residing in `RMD-Addons`. Snippet one uses the hotkey definition `^+c`, and snippet two uses `+^c`. When pressing `Ctrl+Shift-C`,...
Unless I'm misunderstanding having the setting PasteMethod set to 0 should mean when I use a hotstring my clipboard should not be replaced. This is not the case, I have...
`[[selected=sort|delimiter|options]]` or `[[selected=r|delimiter|options]]` _(so**R**t)_ Default delimiter `n (newline) and options relate to the standard AutoHotkey [Sort](https://autohotkey.com/docs/commands/Sort.htm) command, excluding: * F MyFunction * Dx which is already used as second parameter...