WorkFlowyのトピックをScrapboxに転記するBookmarklet
段差は無視してフラットな文章になる
2018-06-29 以前作ったもので作ったあとに仕様変更されてるハズだけどまだ動いてる
code:HASAMI_Sb.js
javascript:(function(){var j=level=0;var list = [];var e = document.querySelector('div.selected').querySelectorAll('div.project div.name, div.children div.childrenEnd');for (var i = 0; i < e.length; i++) {if(ei.matches('div.childrenEnd')) {level--;}else{level++;list.push({title: ei.textContent, node: level,child:false});if(j>=1){if(listj-1.node<listj.node){listj-1.child=true;}}j++;}}var titiletxt='';var outtxt='';titletxt=list0.title;for(i=1;i<list.length;i++){outtxt+=listi.title+'\n\n';}window.open('https://scrapbox.io/プロジェクト名/'+encodeURIComponent(titletxt)+'?body='+encodeURIComponent(outtxt))})(); https://gyazo.com/f80ce95eeaf757636ed5ca8bb45ce25c