皆さんは、パソコン上でメモの機能を使うことは多いだろうか。忘れないように予定を書いておいたり、ちょっとしたひらめきを覚え書きしておく時などに、パソコンのメモ帳は非常に便利である。読者の皆さんの中には、パソコンの横にノートを別に用意 ...
`let blob = items[i].getAsFile();`: ここでは、クリップボードから取得したデータ項目(`items[i]`)の中から、ファイル形式(この場合は画像)のデータを取得しています。`getAsFile()` メソッドは、クリップボードのアイテムをファイルオブジェクト(`blob`)として ...
Try it now and take a quick note! Minimalist, secure, in-browser note taking web app. It allows you to take a quick note or to use it for quick-editing something directly in your browser. It uses HTML ...
I should be able to drag and drop elements with contenteditable="false" if they're in the "allowedHtml" and BLOCK_TAGS lists.
contenteditable attribute is a new feature added to HTML5. By the terminology, we understand that this attribute is used to specify that whether the contents of an element are editable or not. This ...