darcs repository web UI and hosting app. This is the main darcsden trunk, which also runs hub.darcs.net. (https://hub.darcs.net)
#135more automatic hyperlinking on darcs hub
In issues (and elsewhere ? READMEs, other markdown files ?), it would be nice to have smarter linking in addition to markdown's, eg:
- http://... -> bare urls
- a@b.c -> bare email addresses
- @username -> the user's repos
- username/reponame -> that repo
- #N -> issue N in the current repo
- username/reponame#N -> issue N in that repo
- and/or whatever github does
- description updated
pandoc can do this with githubMarkdownExtensions which includes Ext_autolink_bare_uris
http://hub.darcs.net/pointfree/darcsden/patch/911ab7acf1a066a04d17555ded94c73f3d47989b
Doesn't appear to linkify issue references though...
Also, maybe it would be better to include the extensions (such as Ext_autolink_bare_uris) as needed instead of using the bundle of extensions from githubMarkdownExtensions (?)
- status set to closed
Deployed. Thank you!
Bare urls are now hyperlinked automatically. Other features of Github-flavored Markdown may also be available.