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

Update minute export tool to support rendered code #705

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

Rob--W
Copy link
Member

@Rob--W Rob--W commented Sep 29, 2024

After two years, another update to the minutes exporter tool that was originally introduced in #105!

Until now, code formatting required backticks in the source document. But Google Docs can also contain inline code (greenish text) or code blocks, via Markdown mode (Tools > Preferences > "Enable Markdown"). Previously, this was converted to plain text. With the updated tool, inline code is wrapped in single backticks, and code blocks are wrapped in triple backticks. Note: a code block consisting

This updated version was used to generate the minutes in #704. Especially the code blocks on the last day (sep 27) would otherwise have required too much manual fiddling. If this update existed before, it would also have saved me some effort with formatting code in #599. From now on, rendered inline code and code blocks have first-class support.

Until now, code formatting required backticks in the source document.
But Google Docs can also contain inline code (greenish text) or code
blocks, via Markdown mode (Tools > Preferences > "Enable Markdown").
Previously, this was converted to plain text. With the updated tool,
inline code is wrapped in single backticks, and code blocks are
wrapped in triple backticks.

This also adds h4 support because a recent meeting used h4 headings.
Copy link
Member

@dotproto dotproto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Rob--W Rob--W merged commit 0ac7d66 into main Oct 24, 2024
1 check passed
@Rob--W Rob--W deleted the export-minutes-tool-multiline-code branch October 24, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants