-
Notifications
You must be signed in to change notification settings - Fork 17
Syllabifier Integration into TeXShop #71
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
Conversation
This is not ready for merge, but I wanted to put it out there for comment at this point.
tips/texshopsyllabifier.html
Outdated
end tell | ||
|
||
try | ||
set output to do shell script ("/bin/echo \"" & input & "\" | ~/scripts/syllabify") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are a few invalid html chars here, &
should be remplaced by &
this is an excellent idea! It doesn't look very simple but I guess with the TeXShop system it can't really be... |
It's actually not so much TeXShop that is the problem, but the restrictions that Apple in general and AppleScript in particular places on GUI apps. These are for the purpose of "security" but they're damned inconvenient when it comes to customizing apps. |
This now incorporates #72 into it and thus should be merged only after that one. |
I also want to look into doing something similar in TeXworks, but that will have to wait for the summer. It's exam crunch time now and I don't have the spare time to research its macro extension language. |
Okay, it's been over a year since I touched this. Scripting in TeXworks turns out to be fairly different from scripting in TeXShop so I'm probably not going to adapt this to TeXworks anytime soon. As a result, I'm going to say this should be merged as is. |
This is not ready for merge, but I wanted to put it out there for comment at this point.