Released Creole Plugin for Coda 2
This plug-in allows you to preview and generate HTML from Creole wiki documents.
This plug-in allows you to preview and generate HTML from Creole wiki documents.
This plug-in allows you to preview and generate HTML from Markdown wiki documents.
INSTALL_BUNDLE
, value as 1
for Debug configuration.
if [ $INSTALL_BUNDLE == 1 ]; then
...
This plug-in allows you to create public and private gists from current active document.
Coda 1.x modes are not compatible with Coda 2.
This is how to migrate Coda 1.x modes to Coda 2.
.sss
elements match scope
attributes of each nodes in SyntaxDefinition.xml
.
<keywords id="Tags" useforautocomplete="no" scope="markup.tag">
markup.tag {
color:#881280;
font-weight:normal;
}
The sss rules are inherited from upper scope separated by dots.
markup.tag {
color:#881280