Anyone any idea why a file link changes when pasted into a comment box so it can be copied and pasted into Explorer.
For example I paste in
Hi Neil,
Trello isn't able to accept local file links, because your browser isn't able to open them. We have some more information about that here: http://help.trello.com/article/1040-why-cant-i-open-file-links
In this case, when you try to paste a string of text that starts with two backslashes, the first one is being removed because Trello is interpreting this as purposeful formatting. You can enter a backslash before a string that Markdown would otherwise auto-format in order to preserve your chosen formatting, and that's what Trello is seeing here: http://help.trello.com/article/821-using-markdown-in-trello
One workaround is to paste your local link inside of triple tickmarks to mark it as a code block, like this:
```
\\SERVER\Company\MindMaps\Notes.mmap
```
This will stop that first backslash from being removed!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, thanks.
Both explanations make sense.
Thanks.
Neil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
\\SERVER\Company\MindMaps\Notes.mmap
and it displays
\SERVER\Company\MindMaps\Notes.mmap
So when I select, copy and paste in Explorer to open the local file it is missing a \
Incidentally, is there another way to allow links to local files in Trello?
Neil