# Boostrap and Simplenote Syncronization tool. While wanting to switch from a Simplenote workflow and using nvALT to Boostrap I realized a manually import was going to be too complicated so i started a utility script. Then i realized I could use this tool to continue parts of my note taking workflow in Simplenote including Cloud Syncronization, multiple device editing and there Android app which Boostrap still lacks. # Warning This was a utility script so it is not yet very polished. It also does not keep tags from either app or modified time. I recommend understanding the script a bit and doing some tests. (See next) # Boostrap Duplicate cleanup utility script is also included. This was created as i learned the hardway Boostrap maintains in memory reference to it's persistence and after migrations editing notes will cause duplicate entries. I was unable to get a smart enough regex done after a good round of note cleanup so i leveraged a [String Similiary library](https://www.npmjs.com/package/string-similarity) Which turned out to be REALLY cool and I imagine I will use this for other projects.