Changelog 1.1
Table of Contents
- New agent: @Modified=date1 – date2
- New export option: BLOCKS
- New macro: Download
- New macro: QuotePull
- New stamp: “Keys_ (audio)” stamps for audio_note prototype
- Styles Dash: heading colors controller improved
- Styles Dash: dashPostTitle governs gradient on <h2> headings
- Styles Dash: Instructions note inupdated
- Added utility CSS for margins
- Added links to anchors in navbar
- New documentation on how to add featured images with drag-and-drop
- New documentation gives samples for each of the Media macros
- Changed $OnAdd of normal_note prototype
- $blogExpOpt dropdown now prepopulated
- Display name now distinguishes between audio-notes that have and do not have embedded audio
- The featured image agent no longer clears $Badge if no image
- Fixed margin of audio player
- Fixed date placement for audio_note prototype
- Fixed the agentFind agent
- Fixed bottom margin on images for truncated previews of posts that are recipes
- Fixed empty captions on featured images
New agent: @Modified=date1 – date2
There is now a @Modified= agent that works just like the @Created= agent—just type the two dates in the text window. This and the other find agents have now been placed inside a new FIND agent category.
New export option: BLOCKS
Children will export as block-type entries useful in a dictionary or glossary.
New macro: Download
New Download macro that makes a download button.
New macro: QuotePull
New stamp: “Keys_ (audio)” stamps for audio_note prototype
Styles Dash: heading colors controller improved
The heading colors controller in the Styles Dash has been improved:

The new heading colors controller.
- CSS is now left untouched unless BOTH (1) colors: ON is true and (2) the dash_hn note has a value. For empty dash_hn notes, the corresponding heading background-color will remain transparent.
- Heading borders are now rounded and the color fades rightwards to white.
- The <h2> dash_hn, which separates sub-posts, is now overridden by the
$Colorand$Color2of dashPostTitle.
Styles Dash: dashPostTitle governs gradient on <h2> headings
Styles Dash: Instructions note inupdated
To reflect the fact that the SampleText text-filling note no longer exists.
Added utility CSS for margins
Easily adjust the margins using these utility classes:
.m-b-sm { margin-bottom: 0.6em; }
.m-b-md { margin-bottom: 1.2em; }
.m-t-lg { margin-top: 2em; }
.m-b-lg { margin-bottom: 2em; }
.m-b-img { margin-bottom: 2.6em; }
Added links to anchors in navbar
Navbar links are no longer limited to posts and downloads. You can now insert links to heading-anchors in the navbar as well! For more information, see here: Added links to anchors in navbar.
New documentation on how to add featured images with drag-and-drop
New documentation gives samples for each of the Media macros
See here: Macros for media.
Changed $OnAdd of normal_note prototype
Changed $OnAdd of normal_note prototype. It now only sets the prototype for newly created notes (or notes with no prototype).
$blogExpOpt dropdown now prepopulated
A $blogExpOpt presets note has been added to /UTILITY/Code container note. It’s $blogExpOpt contains all the user export options.
Display name now distinguishes between audio-notes that have and do not have embedded audio
Display name now distinguishes between audio-notes that have and do not have embedded audio:
- Notes that are audio-notes whose
$blogAudiohas not (yet) been set begin with “▷ ” - Notes that are audio-notes whose
$blogAudiohas been set begin with “▶ ”
The featured image agent no longer clears $Badge if no image
The @badge $bpImage agent does not clear the $Badge of imageless notes anymore.
Fixed margin of audio player
Increased bottom margin of audio player to m-b-md.
Fixed date placement for audio_note prototype
When toggling $DEDate for audio_note, the date now appears to the LEFT of the headphones or play-icon glyph.
Fixed the agentFind agent
The agentFind agent now works as described.
Fixed bottom margin on images for truncated previews of posts that are recipes
Fixed empty captions on featured images
Featured images with an empty $bpImageTitle not longer show a useless empty caption.

