-
Notifications
You must be signed in to change notification settings - Fork 61
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
[noobs] WindowsOS -> Sublime Text 2 -> mechio/Takana -> Q&A #81
Comments
Console Log: startup, version: 2221 windows x64 channel: stable Takana plugin v0.4 |
I noticed this setup in "Takana.py" python file:
I wasn't running LivePage and LiveStyle while trying to run Takana, but maybe this could have some reference? I know LiveStyle works just fine when it is setup on websocket 5400. For Takana, it looks like it would be '48628' above. If I switched this to 5400 port would it make a difference possible? Why or why not? |
Since LiveStyle and takana are seperate plugins that attempt to do the same thing, I would not run them at the same time. My experience with the two is takana updates browser faster while live style lags on refreshing browser. If your on Windows, you will need to read about it here: #33. |
I have spent endless hours now trying to figure this live-editor Takana out. I have a lot of questions that people can answer on the spot, and I would like to do that since I cannot find any answers to the questions that I have. I can see a lot of other people are having the same issues. I'm a semi-noob to web dev and I know a lot of others are too, so they will benefit from this also. So please keep in mind that some of us are needing very basic help, because we don't understand how some of these things are inter-related. A simple answer, with example if possible, will suffice.
So, I am asking these questions to help myself figure this out, and hopefully helping others also.
Question #1: Does Takana live-editing work on Windows OS?
Question #2: Do I absolutely have to have "Node.js" to install and use Takana live-editing? I.e. I do not know how to use node.js yet, and know nothing about it.
Question #3: HOW do I setup the script for Takana? I copy and pasted the script into my HTML header like stated:
...but since I am a noob, I don't understand exactly what is happening here. So when I say "how" do I set it up, I mean, do I leave src="http://localhost:48626/takana.js" the way it is? Or am I supposed to change the src to point to my custom .js file? [My common sense is telling me to leave it like it is, because i'm not currently using a .js file.
Question #3a: If I AM supposed to leave the script as it is, without changing it at all, what else do I do to run and use Takana? Is it automatic? Do I have to do anything with my root folder for my project? I'm not seeing any "menubar icon" for Takana and do not know where it is supposed to pop up if working or anything.
Question #4: If I already have a script: <script type="text/javascript" src="index.js"></script> to access my .js file, do I have to make both this script AND the script above for takana? Or can I incorporate them both into the script for accessing the Takana script above?
Question #5: If I can install and use Takana with Sublime Text 2 on Windows OS, then what do I do from there, once I copy and paste the script for Takana into my HTML file? Do I need to do anything with my directories if I install it with package control instead of CLI? Do I even need the suggested CLI? Do I have to do anything to chrome like add an extension for Takana or enable it to my webpage like 'dev tools" does for livestyle?
[ADDITIONAL INFO]
I am using Windows 7, Google Chrome, and Sublime Text 2 with package control manager for direct installs. I am currently using "Emmet LiveStyle" and "LivePage" with Dev Tools open on Chrome.
The text was updated successfully, but these errors were encountered: