Kii 0.7 released
published on Jan. 18, 2015, 1 p.m. by eliotberriot | 0
This release introduces kii flavored markdown, a markdown syntax that allow easier interaction with kii objects from inside markdown content.
Mentions
Using the widely known @
syntax, you can now insert links to other users profiles. @eliotberriot
will render to @eliotberriot.
Notes :
- At the moment, no notification is sent to the mentionned user. This will be the object of a future release.
- The user profile page is not functional yet.
Hash-syntax
You can also use the #
mark to create links to other kii objects, such as streams and items:
#stream/kii
renders to #stream/kii#item/10
renders to #item/10
It's not really pretty, to you'll probably want to provide a custom anchor for your link:
#stream/kii(kii updates, check it out!)
renders to: kii updates, check it out!#item/10(the 0.6 release)
renders to: the 0.6 release
Where can I use it ?
In every single piece of markdown content on kii, which include streams description, items and comments content.
What's next ?
While this works, the hash-syntax for items is not so handy, because you have to remember the ID of the targeted item.
To address this and make kii flavored markdown more user friendly, we'll have to work on the markdown editor itself and provide autocompletion.