NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<script type="text/javascript">
<!--
var toolbarTimerId;
var dummyTag_ = document.createElement("Dummy");
var dummyStatus = 0;

$(function () {
var current;
$("div[contenteditable]").focus(function () {
clearTimeout(toolbarTimerId);
current = this;
});
$('.bold').click(function () {
createAndSelectDummy(current);
clearTimeout(toolbarTimerId);
document.execCommand('bold', false, null);
$(current).focus();
removeDummy(current);
});


/**
* テキストが記載されているか返す
*/
function isTextWrite(obj) {
return $(obj).text().trim().length != 0;
}

/**
* 文字列が選択されていない場合、ダミータグを作成し、カーソル位置に挿入して選択します。
*/
function createAndSelectDummy(obj) {
var sel = document.getSelection();
var targetObj;
if (sel.isCollapsed) {
// 選択文字列なし
if (isTextWrite(obj)) {
// 文字列が記載されている場合はダミータグをカーソル位置に追加
dummyStatus = 1;
sel.getRangeAt(0).surroundContents(dummyTag_);
targetObj = dummyTag_;
} else {
// 記載がない場合は上書き
dummyStatus = 2;
targetObj = sel.anchorNode;
}
$(dummyTag_).children().remove()
$(targetObj).html("&nbsp;");

var newRange = document.body.createTextRange();
newRange.moveToElementText(targetObj);
newRange.select();

/*
var newRange = document.createRange();
newRange.setStart(targetObj, 0);
newRange.setEnd(targetObj, 1);
sel.removeAllRanges();
sel.addRange(newRange);
*/
} else {
// 選択文字列あり
dummyStatus = 0;
}
}

/**
* ダミータグを削除します。
* その際、ダミータグに子要素がある場合は子要素の階層を一つ上げます。
*/
function removeDummy(obj) {
var textNode = null;
switch (dummyStatus) {
case 0:
// 文字列を選択していた場合
break;
case 1:
// 記載あり項目の場合
var newTag = dummyTag_.firstChild;
$(dummyTag_).after(newTag);
textNode = getTextNode(newTag);
$(dummyTag_).remove();

break;
case 2:
// 記載なし項目の場合
textNode = getTextNode(obj);
break;
}

if (textNode != null) {
textNode.nodeValue = "";

var newRange = document.createRange();
var sel = document.getSelection();
newRange.setStart(textNode, 0);
newRange.setEnd(textNode, 0);
sel.removeAllRanges();
sel.addRange(newRange);

/*
var newRange = document.body.createTextRange();
newRange.moveToElementText(textNode.parentNode);
newRange.select();
*/
}
}

function getTextNode(obj) {
if (obj == null) {
return null;
} else if (obj.nodeType == 3) {
return obj;
} else {
return getTextNode(obj.firstChild);
}
}

-->
</script>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.