tamejs icon indicating copy to clipboard operation
tamejs copied to clipboard

Some feature requests?

Open ghost opened this issue 14 years ago • 1 comments

I think this would be very helpful.

tamejs -c ./file.tjs Creates file.js.

tamejs -c -o /dir1 /dir2 All in dir2 compile to dir1 while maintaining sub directory struct.

Other options: -iext = tjs -oext = js (input and output extensions customizable for directories)

This would be really nice to compile instead of registering .tjs


Browser compatible TameJS (Is this possible?)


Not important - but since you may know, maybe some way to make it compatible with CoffeeScript without using embedded js ``?

--- The ability to customize file extension, so instead of having to use .tjs if you .register you can do .register('.tamejs') or .register('.js') 'syntax highlighting while working with file without changing editor up at all'

ghost avatar Aug 10 '11 02:08 ghost

Thanks for the feature requests, now working through some of them... I made register work the way you describe in the most recent checkins.

maxtaco avatar Aug 30 '11 21:08 maxtaco