73
edits
(h1 => h2) |
(h3 => h2) |
||
Line 133: | Line 133: | ||
Here the preview is an HTML-formatted string. The preview can also be a function. We'll get to that in the next section. | Here the preview is an HTML-formatted string. The preview can also be a function. We'll get to that in the next section. | ||
= The Date Command: The Second Command = | == The Date Command: The Second Command == | ||
== Setting the Selection == | === Setting the Selection === | ||
I often forget what day it is. That may be because I need to go outside more often, but, like any programmer, I generally solve my problem's symptoms with technology rather then addressing the root cause. My solution is to create a command that inserts the date at the location of the cursor. | I often forget what day it is. That may be because I need to go outside more often, but, like any programmer, I generally solve my problem's symptoms with technology rather then addressing the root cause. My solution is to create a command that inserts the date at the location of the cursor. |
edits