Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default file format when Quarto format is typst #7

Merged
merged 17 commits into from
Mar 20, 2024

Commits on Feb 12, 2024

  1. Add default SVG format for Typst output

    Also add DarkMauve and DarkFlagshipTerrastruct as explicit theme options
    elipousson committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    44b7fb0 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate theme

    DarkMauve was already in the theme list
    elipousson committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    edd3bee View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Allow uppercase layout values

    Also:
    
    - Adds is_nonempty_string helper function
    - Appends random number for diagram file name
    - Use d2 file extension not txt for input
    - Allow alternate syntax for attribute classes on code blocks
    elipousson committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5e2452c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix d2 class check

    Also:
    
    - Add support for reading d2 diagrams from external files using `file` parameter. Block text is ignored if file parameter is supplied.
    - Add support for alternate code block syntax without curly braces.
    - Insert rendered diagrams into the Pandoc mediabag when `embed_type="link"`
    - Refactor to add helper functions `setPreD2RenderOptions` and `setD2RenderFormat`
    elipousson committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2a53f48 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    elipousson committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b9b8a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74de52c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Add support for gif format

    Also
    
    - add animate_interval parameter
    - drop setD2RenderFormat helper function
    - use quarto.project.output_directory to set default folder
    - revise check for d2 code block class
    - replace codeblock text if file is provided
    - add support for tala layout
    elipousson committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    86b89c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b94f40 View commit details
    Browse the repository at this point in the history
  3. Update README

    elipousson committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    288ffe3 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    elipousson committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    028673e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    268c635 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Add check for d2 or txt file extension in file option

    Also:
    
    - add check to see if file exists
    - Improve handling of code block formatting (when echo=true)
    - remove duplicative processing for options.pad and options.animate_interval
    elipousson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    712aeb7 View commit details
    Browse the repository at this point in the history
  2. Update README

    elipousson committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0e132ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a21d23 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    95fc8f3 View commit details
    Browse the repository at this point in the history
  2. Add typst format tests w/ multiple diagram formats

    Also add external d2 file to test file argument
    elipousson committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9e71abf View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    rcannood authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bf5c501 View commit details
    Browse the repository at this point in the history