Questions tagged [coda]

Coda is a commercial and proprietary web development application for Mac OS X, developed by Panic. It was released on April 23, 2007. It won the 2007 Apple Design Award for Best User Experience. It is available for $99.

The entire Coda application is divided into six sections (Sites, Edit, Preview, CSS, Terminal, and Books), which are accessed through six tabs at the top of the application. Users can also split the window into multiple sections either vertically or horizontally, to access multiple sections or different files at the same time.


Sites

In Coda, sites are the equivalent of "projects" in many other applications like TextMate. Each site has its own set of files, its own FTP settings, etc. When Coda is closed in the midst of a project and then reopened, the user is presented with exactly what it was like before the application was closed. Another notable feature is the ability to add a Local and Remote version to each site, allowing the user to synchronize the file(s) created, modified or deleted from their local and remote locations.


Files

Coda incorporates a slimmed down version of the company's popular FTP client, Transmit, dubbed "Transmit Turbo", which is currently closed-source. The Files portion is a regular FTP, SFTP, FTP+SSL, and WebDAV client, where the user can edit, delete, create, and rename files and folders.


Editor

The editor in Coda incorporates a licensed version of the SubEthaEdit engine, rather than having a custom one, to allow for sharing of documents over the Bonjour network. Coda also has a new Find/Replace mechanism, which allows users to do complex replaces using a method similar to regular expressions. Coda also recognises specially-formatted comment tags in many syntaxes, called bookmarks, which appear in a separate pane beside the editor called the Code Navigator. Bookmarks allow the user to jump to the corresponding line of text from anywhere in the editor by clicking on the link in the Code Navigator.


Plug-ins

Coda 1.6 and later supports plug-ins, which are scripts usually written in command line programming languages like Cocoa, AppleScript, Perl, or even shell scripting languages like bash, that appear in Coda's menu bar and do specific tasks like appending URLs or inserting text at a certain point. Plug-ins can either be written using Xcode or through Panic's free program, the Coda Plug-in Creator.


Command-line utility

Coda does not come with its own command-line utility. Instead, a third-party utility such as Command-Line Coda can be used.

See: https://panic.com/coda/

219 questions
0
votes
1 answer

Can I set Anti Aliasing in CSS?

I'm using Google Web Fonts so I can use the font Coda on my web page. However the font looks poor. I installed the font on my computer and opened photoshop and set the anti aliasing to sharp and it looks fine. Any idea if I can set the AA in…
Storm3y
  • 121
  • 1
  • 4
  • 12
0
votes
1 answer

qt isn't detected by qtcreator

I'm triing to get a simple application to work on symbian (Nokia N97) I installed qt 4.7.4 and qtcreator 2.3.1 on my pc I installed qt 4.7.4 and CODA 4.0.23 on N97 when i run the application from qtcreator i get the error: Executable file: 9124…
Berty
  • 1,081
  • 1
  • 18
  • 49
0
votes
0 answers

Zapier: See outgoing POST'd data in curl form

A colleague is trying to create a no/low code flow that posts data from Zapier to Coda. Coda is receiving empty packets, and it's hard to debug why. Is it possible in Zapier to see outgoing POST requests in cURL form? That will make it crystal clear…
duhaime
  • 25,611
  • 17
  • 169
  • 224
0
votes
1 answer

Upserting using Coda Pre-built Function in Pipedream

I am using the variable path below to upsert a data to Coda. {{steps.trigger.event.body.actions[0].name}} The code above returns an example output below: CO-DEN - IBC 2021 What I really want to insert is only ‘CO-DEN’, the first word from the…
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
0
votes
2 answers

Pipedream : Make a Condition before Executing an Action

I was tasked to automate updating rows in Coda. I am currently testing out upsert rows. I want to configure it to only run if the value of {{steps.trigger.event.body.references[2].name}} is ‘add_to_Coda’. How am I going to do that in pipe dream ?
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
0
votes
1 answer

Im getting the error "{"error":{"code":null,"message":"The URI is malformed."}}", when "&" is passed in the api below

def get_dw_dim_channel_by_channel(self, channel): url = 'db-warehouse-dw/dim_channel?$filter=channel_name eq \'{}\''.format(channel) print ("debug: url = {}{}".format(self.host, url)) return self.get(url, headers=self.headers,…
Fariya
  • 19
  • 6
0
votes
1 answer

setting up Panic Coda site with Coldfusion local development environment

Has anyone done this. I'm trying to get it up and running at the moment and running into trouble. The only documentation I can find is a setup through Dreamweaver and I'm using coda. I'm using a MAc and have downloaded the coldfusion environment.…
Chapsterj
  • 6,483
  • 20
  • 70
  • 124
0
votes
0 answers

Unable to build the cordapp-template-java

I was trying to build cordapp-template-java (Release M14.0) using ./gradlew clean deployNodes --debug and getting below error 09:35:30.533 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationExecutor] Completing Build operation 'Run…
Peru
  • 1
0
votes
2 answers

How do I use google web fonts in coda?

I'm using Coda for developing my website. I was wondering if it's possible to use google web fonts in coda so that I can test the different fonts out or even use the local fonts that are present on your machine. What I tried doing was copy the given…
mudflap
  • 151
  • 3
  • 6
0
votes
1 answer

Delete All Rows in a Table usng Coda API

The code below, requires row id's, in order for us to delete multiple rows in a Coda table using Gogle App Script. // Import the CodaAPI library via Resource->Libraries...: CodaAPI.authenticate(''); var body = { …
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
0
votes
0 answers

Coda Filter Formula that shows all information in the filtered rows

I used this code to filter rows in a table with Dummy Values equal to the date tomorrow. [Future Assumptions].Filter([Dummy Values]= Today()+1) How it only shows one column info. I want to show all column information for a specific filtered row.…
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80
0
votes
1 answer

AttributeError: 'list' object has no attribute 'split' when installing a Python package via a setup.py script

I am trying to install the Python package "py_coda" from this github: https://github.com/surhudm/py-coda I am following the steps in the README.md but when I enter the following command: python setup.py install I receive the following…
Os GS
  • 69
  • 6
0
votes
1 answer

Detectron2 Tutorial - torch version 1.11 not combatable with Detectron2 v0.6

When trying to run Detectron2 Tutorial I had an error because torch 1.11 is not compatible with Detectron2 v0.6 solution: add: !pip install torch==1.10.0+cu111 torchvision==0.11.1+cu111 torchaudio===0.10.0+cu111 -f…
Saif Ali
  • 29
  • 4
0
votes
1 answer

Subversion via Coda - What does commit mean?

Im using subversion via Coda on a Mac, and I have just set up my first site and following online tutorials I set my svn repository using command line at the terminal. However when I go to my site, I see my files for the site on my local side, with…
RSM
  • 14,540
  • 34
  • 97
  • 144
0
votes
1 answer

RegEx Search in Coda to find missing

I'm repairing a broken website for a local municipality where there are rogue
  • ,
    ,
    (you name it) tags with no start-tags. I'm no RegEx expert by any means and I'm looking for a possible search query in Coda (which allows regex…
  • jay
    • 10,275
    • 5
    • 34
    • 52