var fDesc=new Array(); fDesc[0] = "It's a note-taking app for programmers that focuses on markdown, snippets, and customizability. It lets you edit your code and wikis from anywhere.

Boostnote is backed by a community of programmers. It has gained a lot of attention on GitHub and is supported by many contributors.

There are a lot of code block, editor and UI themes. You can also set hotkeys as you like."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }