Just Sharing Knowledge on Robotics, Electronics and Programming

Thursday, August 22, 2019

How to Copy Colored Script Code in Arduino IDE to Word or other formated text


if you want to write arduino tutorial on a book, and you want to coloring your script like arduino script. there are two ways to do this

1. using snipping tools to screenshot your code
2. using the following ways
  •  Visit  https://codebeautify.org/htmlviewer/
  •  on arduino ide, ctrl+a (select all) your script and Right Click, Copy as html
  •  Paste on HTML input
  • and copy your script on Result : HTML Output to your microsoft word

  

0 comments:

Post a Comment