This is a sample note placed to the right of my paragraph describing how I discovered how to do this.
Well today I learnt a little bit about macros from Paolo's post myNotes There he allows you to download a macro file for creating post-it notes. It was pretty simply to configure. The only part that I had to search around for was the fact that the macro code file myNote.txt needed to be placed into the Radio Userland/Macros directory. Now that I know that I believe I am off to the races. (The one problem with the Macros directory is that if I reinstall I will lose this stuff. I need to figure out how to move my macros directory out of the program files and into the data files location where my www directory it.) Next step, create a macro file for posting code. To start out I just want the code text to be monospaced font but down the road it would be really cool if it was color coded to. Below is a sample note from my first macro configuration:
One other item I leaned was how to place an index of recent posts onto my public home page. The instructions came from Dave Winer. It was kinda cool because it forced me to get back to the basics of style sheets too. I ended up adding a style and using a new style by specifying <SPAN class=header>. Very basic I know but I haven't done raw HTML in a long time so it was a good reminder of how easy it is. What is obvious is that now I need to add a code style for posting my code.