
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
granola-to-markdown
Advanced tools
A utility that exports Granola meeting notes and transcripts to Markdown files
This is a script that exports Granola meeting notes and transcripts to Markdown files.
# Run with default settings (all meetings, export to ~/meetings)
bun index.ts
# Show help with all available options
bun index.ts --help
# Export meetings from the last 7 days
bun index.ts --days 7
# Force overwrite of existing files
bun index.ts --force
# Specify output directory
bun index.ts --output /path/to/output
# Display detailed logs
bun index.ts --verbose
# Combine options
bun index.ts --days 14 --force --output ./my-meetings --verbose
~/meetings
directory--force
is specifiedYYYY-MM-DD-meeting-title.md
Each exported meeting file includes:
Once published to npm, you can run the tool without installation:
npx granola-to-markdown
npx granola-to-markdown --help
npx granola-to-markdown --days 7 --force
npx granola-to-markdown --output /path/to/output
npx granola-to-markdown --days 14 --force --verbose
The script:
~/Library/Application Support/Granola/cache-v3.json
FAQs
A utility that exports Granola meeting notes and transcripts to Markdown files
We found that granola-to-markdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.