You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To generate a link to a post on Old School from within Drummer, this is what you do.
var d1 = the time in the user's time zone that the post was created;
var d2 = the time the bar cursor headline was created in GMT;
var headers = a struct containing the head-level atts;
var url = headers.urlBlogWebsite + d1.getFullYear () + "/" + pad (d1.getMonth () + 1) + "/" + pad (d1.getDate ()) + ".html";
url += "#a" + pad (d2.getUTCHours ()) + pad (d2.getUTCMinutes ()) + pad (d2.getUTCSeconds ());
I just wrote a change note for background.
The text was updated successfully, but these errors were encountered: