Aug 02, 2021 09:47 AM
I’m guessing if it was possible it would have something to do with using typescript but I have not been able to figure it out. I did download node and tried to install the airtable npm but kept getting a “connect EBADF” error.
Not sure if any of this is actually gets me closer to my desired goal but this was just me attempting things.
Solved! Go to Solution.
Aug 02, 2021 07:06 PM
What about the experience do you want to mimic? You will not be able to copy the Scripting App’s ability to make suggestions based on the names of your tables and fields, or the names of SDK functions. You also won’t be able to run any code that depends on the Scripting SDK.
My coding workflow is very similar to chechedotmx’s, except that I use a different code editor (Atom) and I make all changes in the code editor, so that always I copy/paste from Atom to Scripting app.
Aug 02, 2021 06:15 PM
I use VS Code for all my scripting apps,
I ended memorizing all the SDK, there are some times I need to go to the documentation, but my process is:
I know this is not what you need, but it is my current process :man_shrugging:
Sergio
Aug 02, 2021 07:06 PM
What about the experience do you want to mimic? You will not be able to copy the Scripting App’s ability to make suggestions based on the names of your tables and fields, or the names of SDK functions. You also won’t be able to run any code that depends on the Scripting SDK.
My coding workflow is very similar to chechedotmx’s, except that I use a different code editor (Atom) and I make all changes in the code editor, so that always I copy/paste from Atom to Scripting app.
Aug 03, 2021 10:02 AM
Hey thanks for the reply. Yeah that’s pretty much what I’ve been doing as well just wanted to make sure there wasn’t a more effective way of doing it.
Aug 03, 2021 10:04 AM
Yes I was looking to see if I could somehow have the ability for the suggestions to carry over but that make sense. Thanks for clarifying for me :pray:t4: