Skip to content

Commit

Permalink
Allow selections, add utils, update docs, bump v0.1, close #6
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-dray committed Jun 17, 2023
1 parent 3957bed commit 172b8e9
Show file tree
Hide file tree
Showing 23 changed files with 337 additions and 162 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Package: quartostamp
Title: RStudio Addin to Insert Quarto Helpers
Version: 0.0.0.9001
Version: 0.1.0
Authors@R: person("Matt", "Dray", , "[email protected]", role = c("aut", "cre"))
Description: An RStudio Addin to insert ('stamp') pre-written classes and divs
into your Quarto documents.
URL: https://matt-dray.github.io/quartostamp/, https://github.com/matt-dray/quartostamp
URL: https://matt-dray.github.io/quartostamp/, https://github.com/matt-dray/quartostamp
BugReports: https://github.com/matt-dray/quartostamp/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
clipr,
rstudioapi
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# quartostamp 0.1.0

* Allowed functions to include the text selected by the user (where appropriate), rather than just inserting a simple skeleton (closes #6, thank you @Lextuga007).
* Added DRY utils functions to replace text and for common callout-box code.
* Updated function documentation to reflect changes.
* Bump version to v0.1.0.

# quartostamp 0.0.0.9001

* Added callout blocks with `stamp_callout_*()` (#1, suggested by @IndrajeetPatil).
Expand Down
Loading

0 comments on commit 172b8e9

Please sign in to comment.