This is just a collection of CityDesk mini-tips I've picked up from a variety of sources.
Em Dashes
(from www.deadlybloodyserious.com) A handy tip for people that use em-dashes (they're long dashes, like this: — ) a lot is to put the following into a variable named "em":
—
Note that there's a space at the end of the gobbledygook. Now all you need to do wherever you want an em-dash is type {$.em$} — easy!
Importing Pictures From The Web
(Michael Pryor in the CityDesk Forum) If you just choose Insert->Picture and type a URL instead of a filename, CityDesk will still create the image link for you (maybe only on Windows 2000 though). It's really an OS feature rather than a CityDesk feature — Windows' standard Open File dialogs let you use URLs where normally you'd type a filename.
Inserting Links In Loops
Often, when you're using a CityScript loop to build a list of links to articles, you need to insert a hyperlink similar to this:
<a href="{$x.link$}/">{$x.headline$}</a>
Rather than typing the whole thing into the HTML View, you can use the Insert Link tool in the Normal View to create it. Just select the text you want to turn into a link, click on the Insert Link toolbar button, and type "{$x.link$}" into the External URL field. Easy!