LoginSignup
3
1

More than 5 years have passed since last update.

[自分用メモ] URLマークダウン生成ブックマークレット

Last updated at Posted at 2017-07-10

自分用メモ。先輩からのtips

Qiita 記事などでurlを記述する際に、毎回 [名前](URL) と url をコピペするのは
しんどい。
そこで下記のようなブックマークレットを教えてもらったのでメモ。

javascript:(function(){function%20o(s){var%20d=window.open().document;%20d.writeln('<textarea%20rows=15%20cols=80>'+s+'</textarea>');%20d.close()}%20o("["+document.title+"]("+location.href+")");})();

これを firefox のお気に入り(ブックマークツールバー)に登録して
クリックすれば別ウィンドウが開いて欲しいマークダウンが出てくる。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1