CocoaDevHouse Wiki Tips and Tricks
How can I easily link to Wikipedia?
PmWiki supports linking to Wikipedia quite easily actually, it's the same markup (more or less) as a standard link in PmWiki's markup:
When I write Mac software, I use Core Data and Wikipedia:Cocoa
How can I add one of those cool post-it notes to a page?
Post-It notes are thanks to the PostItNotes recipe fron the PmWiki cookbook. To learn how to use PostItNotes? more extensively, check out the PostItNotes page. To use a simple note use the following syntax:
| (↓)
Alert! |
|
This is a simple note! |
You can also create "hidden notes" that will merely display the title, and then once clicked, reveal their contents:
| (↓) |
Fancy notes are just as simple by using the following syntax:
Rumour has it you can embed RSS feeds into pages as well
Via the PmFeed recipe, you can embed an RSS feed into any wiki page you like, for example, your personal page.
Error: It's not possible to reach RSS file http://www.digg.com/rss/index.xml ...
How can I embed source code into my page?
Thanks to the SourceBlock recipe, you can embed coloured code into a wiki page:
int main(int argc, char **argv) {
std::cout << "Hi Mom!\n";
return 0;
}
To end the source block, use (:sourceend:)
How does tagging work with this wiki?
Via the Tags recipe, it's possible to tag newly created, and already existing wiki pages. All that needs to be done, is at the bottom of a page add:
And as you can see, when you click on these tags, it will bring up a page of all the similarly tagged pages. Nifty!
I like the Frappr Map, can I use that in any page I want?
But of course
The Frappr map has been added to PmWiki's custom markup and you can embed it into any page using the following:
This wiki supports smileys? Cool!
Yes, yes, the WikiSmileys recipe allows for smileys to be embedded into the wiki.
