-
Notifications
You must be signed in to change notification settings - Fork 471
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
Running from source #2
Comments
@capitalistdog Have you tried |
Yes, that's where I get the popup to select the file. The parting words about using JSX better got me down the react-bootstrap rabbit hole and I've since gone that route. |
You're doing it right. From the readme:
|
@jaredp Thanks for your valuable responses. Let me know if I am missing something or this feature is in TODO section for the time? Thanks, |
@rahul-intel see #7 The code for Figma importing is at https://github.com/Pagedraw/pagedraw/blob/master/src/figma-import.coffee#L107 You should be able to use it as-is, just add UI |
@jaredp Thanks for the quick response. Now I have added After clicking on Update From Figma button it display the Updating from Figma Modal window that never closes itself and only shows loading image inside it. Can you please help me to getting out of this or let me know what I am missing. |
After adding the access token in the |
Setting the That's not how the figma importing works though. The "Update from Figma" button is not "Import from Figma". It's doing a lot more. The "Update from Figma" button assumes doc you have open was already created via an import from Figma, and want to pull in new changes. The flow in mind was:
The "Update from Figma" button was doing clever things to combine changes you made in Pagedraw with changes you made in Figma. It can't work on a doc that's not already associated with Figma. It also relies on some server stuff that's not supported with the open source release, because we decommissioned our servers. You should try
from somewhere in Editor ( |
@jaredp, Thanks! for your quick response. Now I am able to import from figma. |
@rahul-intel Hello, can you tell where you added @doc in order to be able to import from figma? |
@timeshift92 |
@rahul-intel Any chance of putting up a PR with your solution for updating from Figma? I am also having issues figuring out how to import my Figma designs. |
Creating PR is not possible for my side as of now because I did it in my local instance and I am no longer working on this feature, so not in sync with this repo. Code from my
Code from my
and for Updating from Figma
|
Trying to run this on a non-Mac, the instructions in the Readme result in the app serving
This is a placeholder needed for our build system in dev mode. You should never see it.
Running the electron app in this state just delivers a popup to select a file in the desktop-app folder.
I assume because it's titled
Setting up the development environment
that it's not the way I want to run this as a user. How would I go about that?The text was updated successfully, but these errors were encountered: