Skip to content

Commit

Permalink
Add thanksTo keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 5, 2024
1 parent c1aa539 commit 5c5e828
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion grammar/byLine.grammar → grammar/credits.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ byLineParser
return `<div class="scrollByLine">by <a ${link ? `href="${link}"` : ""}>${this.getWordsFrom(2).join(" ")}</a></div>`
}
authorParser
extends byLineParser
extends byLineParser
thanksToParser
description A place to store data on reviewers who helped improve a post (and a reminder to seek feedback!). Does not appear in compiled HTML.
extends commentParser
cruxFromId
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "73.1.0",
"version": "73.2.0",
"description": "Tools for thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title Scroll Release Notes

startColumns

# 73.2.0 4/05/2024
- 🎉 added `thanksTo` keyword

# 73.1.0 4/05/2024
- 🎉 added `plainText` keyword
- 🎉 added `printSource` keyword to be able to dump the source code for a group of posts to a plain text file.
Expand Down

0 comments on commit 5c5e828

Please sign in to comment.