Community moderators have prevented the ability to post new answers.
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.
\\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