Package: qpost
Title: Create a 'Quarto' Blog Post
Version: 1.0.0
Authors@R: 
    person("Peter", "Baumgartner", , "petzi53@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-4526-8791"))
Description: Provides an interactive 'RStudio' dialog for creating 'Quarto' blog posts with correctly structured YAML front matter. The dialog collects title, author, date, categories, and other metadata, then scaffolds the post directory, creates the 'index.qmd' file, and optionally copies an image. A companion function appends COinS (ContextObjects in Spans) metadata to posts for automatic bibliographic import into reference managers such as 'Zotero'.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
URL: https://github.com/petzi53/qpost,
        https://www.peter-baumgartner.net/qpost/
BugReports: https://github.com/petzi53/qpost/issues
Imports: fs, glue, here, htmltools, lubridate, miniUI, purrr, readr,
        rlang, rstudioapi, shiny, shinyFeedback, stringi, stringr,
        urltools, yesno, yaml
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-03 15:33:56 UTC; petzi
Author: Peter Baumgartner [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4526-8791>)
Maintainer: Peter Baumgartner <petzi53@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-12 15:20:02 UTC
