Ability to map paths
Maybe you have an idea for this.
Let's say I have a repo on GitHub. I can clone its wiki with:
git clone git@github.com:/.wiki.git
When this wiki is hosted on GitHub, the relative path into the wiki contents is: wiki/
So, if I open a markdown file locally, which was on the Wiki, all of the links are off (because they are prefixed with wiki/)
Can you think of any way to do this better?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by John Norman on 17 Sep, 2012 08:58 PM
(This may be related to Russell Horton's suggestion elsewhere.)
Support Staff 2 Posted by Brett on 17 Sep, 2012 10:56 PM
You could set a base url, which is something I'm working on for the next version. For right now, no, a path like that is going to break in any app if it's not representative of actual files on the disk.