Search found 67 matches

by vamzicool
11 Jul 2019 05:58
Forum: Flow Sharing Area
Topic: todo.txt - A simple todo list manager
Replies: 1
Views: 13058

todo.txt - A simple todo list manager

todo.txt as the name susggests is a text file to store your todo list(stored in your download folder). It follows the format outlined in https://github.com/todotxt/todo.txt Since automagic does not have a gui form to hold gui controls im using the good old custom widget as gui interface to todo.txt ...
by vamzicool
10 Jun 2018 04:21
Forum: Flow Sharing Area
Topic: Text Expansion 2.0 is here
Replies: 32
Views: 114981

Re: Text Expansion 2.0 is here

Sadly it doesn't work on some apps like the default gmail app. It's because I depend on automagic to return the text that is typed and these apps seems not to give back the typed text to automagic.
by vamzicool
28 May 2018 02:27
Forum: Flow Sharing Area
Topic: Text Expansion 2.0 is here
Replies: 32
Views: 114981

Re: Text Expansion 2.0 is here

@jmuhmmad it works only at the end of the line. As for other inconsistencies i don't know why they are happening. Anyway use the latest set of flows.
by vamzicool
27 May 2018 18:04
Forum: Flow Sharing Area
Topic: Text Expansion 2.0 is here
Replies: 32
Views: 114981

Re: Text Expansion 2.0 is here

@jmuhammad yes the replacement only happens for the last word typed if it is a shorthand. You get instant replacement when you use @ commands. You see green widget when you have typed an existing shorthand. And yes you see the yellow widget when you have partially typed a shorthand which matches som...
by vamzicool
27 May 2018 09:26
Forum: Flow Sharing Area
Topic: Text Expansion 2.0 is here
Replies: 32
Views: 114981

Re: Text Expansion 2.0 is here

@wibbly replacement when space pressed is possible. I have implemented it without getting rid of the widget as they serve as visual clues that you are typing a shorthand. Please keep in mind that if you type really fast , the space character may or may not trigger replacement as expected as there is...
by vamzicool
27 May 2018 09:16
Forum: Flow Sharing Area
Topic: Text Expansion 2.0 is here
Replies: 32
Views: 114981

Re: Text Expansion 2.0 is here

@jmuhammad is your automagic app accessibility service on ? If yes , is your automagic app protected or locked from getting killed by app cleaners ? If not nothing will work as Text Expansion flow relies on accessibility service to work.
by vamzicool
08 May 2018 17:42
Forum: General
Topic: Idea: Flow to apk?
Replies: 7
Views: 24016

Re: Idea: Flow to apk?

Hi, Compiling flows to APK is currently not a planned feature since it would lead to less than optimal APKs. It's more likely that I will provide a free Automagic runtime at some point which would allow most features that the regular Automagic version supports except that it does not allow to creat...
by vamzicool
08 May 2018 07:49
Forum: Flow Sharing Area
Topic: Text expansion flow
Replies: 21
Views: 65273

Re: Text expansion flow

@tal444 here is my paypal link :

paypal.me/GodwinBurby

Thank you for your appreciation.
by vamzicool
08 May 2018 03:18
Forum: Flow Sharing Area
Topic: Text Expansion 2.0 is here
Replies: 32
Views: 114981

Re: Text Expansion 2.0 is here

@jmckeejr the latest version along with the documentation should work fine. Yes the action for widget click uses global_last_word to replace the text.
by vamzicool
26 Apr 2018 14:55
Forum: Flow Sharing Area
Topic: Text expansion flow
Replies: 21
Views: 65273

Re: Text expansion flow

Glad you like it tal444. I'm also an avid user of autohotkey in my office pc. Checkout my scripts in AutoHotKey forum under the same name of "vamzicool" ;-). By the way the text_expansion.txt file lives inside the download folder as can be seen from the file observer flow. Yes you can edit the text ...