Blame

e4637c OtterWiki Demo 2025-12-21 12:01:16 1
# URL Pasting
2
3
Something new to test:
4
5
- Copy an url, e.g.: `https://otterwiki.com`
6
- Select a word, e.g.: `Otterwiki`
7
- Paste the url on the selected word and get
8
- a markdown link: `[Otterwiki](https://otterwiki.com)`
9
10
But make sure, that nothing is broken, e.g. pasting the url on
11
12
- a selected existing link, e.g. <https://otterwiki.com>
13
- or a markdown link, e.g. [Demo](https://demo.otterwiki.com)
14
- or link in an image e.g. ![](https://testing.otterwiki.com/favicon.ico)
15
16
should not insert a markdown link, just the url that was copied.