everythingability

Results 67 comments of everythingability

I'm on macos too... and when I run the example script I first have to accept cookies. I hacked the code to wait a bit like this.. ``` import helium...

Thanks - that's amazing.

Although... I can't get your markdown chords to work, presumably I need a different plugin? Right? Is there any chance of spaces and double digit fret numbers appearing in your...

Brilliant, thanks, still using daily.

Automator is crap... Here's an AppleScript (edit with Script Editor.app) script that kinda does what I want. ``` on run {} set theResponse to display dialog "Which chord?" default answer...

**Re: ClickLine:** For the, the simplicity comes from the type ahead method suggestions. I guess it needs saying that a field also needs a **text is selectable** feature (so it...

Ah. On the subject of openclip art, I don't think it works in the web editor. I searched for "tree" and got...

I will have a bash at compiling... see how I get on. Am I correct that that code doesn't quite go the last mile, and change cards based on what...

Using the compiled from source version I tried to create my notional project... A button with the onclick method of ``` def onclick(self):card_name = ask_text("New card...") index_list.text = index_list.text +...

Another issue raised is... how might I add a stack script that watched for keydown... for example... ``` def on_keydown(self, key): if key == NEXT_ARROW: go_next_card() elif key == BACK_ARROW:...