-
Thanks [Donovan][1]. This has a bit of markup in it. [1]: http://becomethemedia.org/radio/
-
As [Marc][1] had originally written, the user prefs were stored inside a new table in `weblogData.prefs`. For a number of reasons, including forward compatibility we had decided to change this so that the prefs are now stored in a new table at `MarkdownData.prefs.user.Markdown`. The default prefs are still at `MarkdownData.docs.prefs`. So far there is no…
-
OK, I made a browser based page for setting Markdown preferences. It actually wasn’t that difficult. I used the same method that Radio uses internally for setting preferences. The final rendition of this page will likely change significantly prior to release. The preferences page is gotten to by clicking on the Markdown link in the…
-
The latest enhancement to the Markdown tool was perhaps the simplest to accomplish. [Patrick Ritchie][1] asked how he could see a preview of his post without having to open a separate window. I’d never really thought about it before. A little digging found that the DWHP pulls the text of the posts from the `radio.macros.weblogPostForm`…
-
No bees for the past 2 days. Yeah!
-
As I post more new entries the older ones will fall off my home page and the pre-render/swapping code in the Markdown tool will gradually take over from rendering on the fly. As [Patrick][1] has so aptly stated it will, and does, cut down on the CPU cycles. I noticed this by having the preference…