Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagUI Editor #321

Closed
adegard opened this issue Dec 14, 2018 · 7 comments
Closed

TagUI Editor #321

adegard opened this issue Dec 14, 2018 · 7 comments
Labels

Comments

@adegard
Copy link
Contributor

adegard commented Dec 14, 2018

It's not an Issue:
I create a little TagUI editor (for Windows) in autohotkey : https://github.com/adegard/tagui_scripts

tagui_editor

I hope it could be usefull!

@Aussiroth
Copy link
Contributor

Hi Adegard, thanks a lot again for working on tools to help improve the user experience! I will see if I can update the documentation to include this alongside your other tools.

@adegard
Copy link
Contributor Author

adegard commented Dec 15, 2018

Hi @Aussiroth Alvin,
Your welcome! All pleasure is for me... I like so much TagUI, then I try to render it more "user-friendly" for my "non -developper" friends.
I just upload a new release with a "Schedule" Button, which creates directly routine in task scheduler of Windows....(for now:daily tasks, with batch files) let me know if there is some issues...
immagine

@adegard
Copy link
Contributor Author

adegard commented Dec 17, 2018

I have an issue if file path contains spaces creating batch files

ie for

filetagui=C:\Users\degar_000\Google Drive\Web Marketing\script\growth hacking\meteo

    @echo off
    
    tagui "%filetagui%" chrome

    pause

it return error:

Unable to open file: C:\Users\degar_000\Google

phantomjs://code/bootstrap.js:113 in __die
Unable to load script C:\Users\degar_000\Google; check file syntax

phantomjs://code/bootstrap.js:113 in __die

I tried also this, but not working:

@echo off

set mypath='C:\Users\degar_000\Google Drive\Web Marketing\script\growth hacking\meteo'
tagui %mypath%

pause

Do you know how can I pass file path with spaces in batch comands?

@adegard
Copy link
Contributor Author

adegard commented Dec 17, 2018

I think it passing correctly the path, but tagui doesn't send it correctly to phantomjs...
immagine
Could you control?

@Aussiroth
Copy link
Contributor

Hi, phantomjs does not work correctly with file paths that have spaces in them, so this is not something we have control over. Only workaround is to make sure all the file paths used with tagui do not have spaces in them.

@adegard
Copy link
Contributor Author

adegard commented Dec 19, 2018

OK thanks you @Aussiroth Alvin I put a warning message for path file with spaces.

@kensoh
Copy link
Member

kensoh commented Dec 20, 2018

Going to send a PR that updates readme to point to the gif video for @adegard 's TagUI Editor. The gif is hosted at Arnaud's repo and is < 2MB so it's ok to put that instead of a TagUI Writer screenshot.

ryzalk added a commit that referenced this issue Jan 4, 2019
#321 - update readme with tagui editor gif video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants