# Productivity-Tools **Repository Path**: LinRaise/Productivity-Tools ## Basic Information - **Project Name**: Productivity-Tools - **Description**: Tools I created for myself: OneNote to Markdown Converter, HTML Obfuscator, Simple RegEx and more... - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-22 - **Last Updated**: 2022-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Productivity Tools [![Build status](https://ci.appveyor.com/api/projects/status/xym9r9ljcswq8nip)](https://ci.appveyor.com/project/ArthurHub/productivity-tools) ================== * **OneNote to Markdown Converter**: Tool for converting page create in Microsoft OneNote to Markdown format. * **HTML Obfuscator**: Tool for obfuscating html without changing the html structure. ![Main](https://raw.githubusercontent.com/ArthurHub/OnenoteMarkdownConverter/master/main.png) # OneNote to Markdown Converter Tool for converting page create in Microsoft OneNote to Markdown format. I created this tool because I do all my writting in OneNote while in my WordPress blog I use Markdown format, naturally I thought there should be an easy way to transform OneNote HTML output to markdown. ### Example Taking this simple OneNote page: ![OneNote page](https://raw.githubusercontent.com/ArthurHub/OnenoteMarkdownConverter/master/img1.png) and copying it to the converter: * On the left is the HTML as copied from OneNote * On the right is the converted markdown ![Converter](https://raw.githubusercontent.com/ArthurHub/OnenoteMarkdownConverter/master/img2.png) # HTML Obfuscator Tool for obfuscating html without changing the html structure.