Lintalist

Results 21 issues of Lintalist

[FanaticGuru](https://autohotkey.com/boards/memberlist.php?mode=viewprofile&u=118) wrote a plugin: > It produces an Ordinal Indicator for a number. That is the "**st nd rd th**" that goes after a number in English. > [[OrdinalIndicator=3]] will...

plugin :package:

Not coming soon but just so I won't forget: using a simple template structure to build a Gui to get user feedback - if you want to ask 5 questions...

plugin :package:

As noted in #54 there are situations where it can be useful to Send keystrokes vs just pasting text. Various options: 1. a global plugin so if you add `[[send]]`...

plugin :package:
suggestion

Look into ```+AlwaysOnTop +E0x08000000 ; +E0x08000000 = WS_EX_NOACTIVATE``` to keep Search GUI open (user config of course) - perhaps useful in some scenarios to swap windows. Alternative: [Dock](https://autohotkey.com/boards/viewtopic.php?f=6&t=30912) by Soft.

research

To consider: - [x] Config: "bundle belonging" column in the snippets list @danielo515 - reference: [forum](http://ahkscript.org/boards/viewtopic.php?p=40309#p40309) - [x] Config: Colours per bundle in Listview - reference [forum](http://ahkscript.org/boards/viewtopic.php?p=40389#p40389) - using [Class_LV_Colors](https://github.com/AHK-just-me/Class_LV_Colors)...

enhancement
search gui :mag:

At the moment Lintalist can create shortcuts (lnk) on the Desktop and in the Startup folder, but if you manually create a shortcut to Lintalist.exe the shortcut won't have the...

enhancement
suggestion

In cases where you want to store some sensitive text in a snippet or local variable it might be useful to store this encrypted with a password. (ht: **tpr**) -...

enhancement
plugin :package:

Replacing the stripped down AHK Markdown 2 html script with **marked**, a full-featured markdown parser written in Javascript https://github.com/chjj/marked 32-bit ComObjCreate("ScriptControl") 64-bit ActiveScript - Host VBScript and JScript in-process by...

plugin :package:

Giving a possible find/replace plugin some thought my current thinking is ``` [[fr=what|fr-name]] ``` where `what` can be selected, clipboard, local var, another snippet, user input etc and `fr-name` refers...

question :question:
plugin :package:

Title says it all.

enhancement
plugin :package: