Brief Summary
It is possible to copy a URL in markdown, it could be interesting to allow to modify the format of what is copied to add information to the copied URL (like the date for example) and/or provide a copy of the URL in different formats like LaTEX, Wiki, HTML, etc.
This would add a lot of flexibility and latitude to Orion users.
Details:
Currently, when we copy a URL we have:
In text:
%URL
In Markdown:
[%TITLE](%URL)
We could create and/or modify, for example (in the settings or elsewhere):
In Markdown:
[%TITLE](%URL) visited on %DATE
In LaTEX format:
/url{%URL}
\href{%URL}{%TITLE}
In Wiki format:
[%URL]