modulepackage
0.0.0-20250125151800-f09b0329969e
Repository: https://github.com/deepakjois/debugjois.dev.git
Documentation: pkg.go.dev
# README
Website: https://debugjois.dev
Daily Log: https://debugjois.dev/daily
$ ./debugjois.dev --help
Usage: debugjois.dev <command> [flags]
Flags:
-h, --help Show context-sensitive help.
Commands:
build [flags]
Build the static site
sync-notes-obsidian --obsidian-vault=STRING [flags]
Sync daily notes from Obsidian vault
sync-notes-gdrive --folder-id=STRING --creds=STRING [flags]
Sync daily notes from Google Drive
upload [flags]
Upload files to S3 bucket
build-newsletter [flags]
Build weekly newsletter from daily notes
index [flags]
Index daily notes
search <query> [flags]
Search indexed daily notes
# Functions
NewHTMLRenderer builds a new HTMLRenderer with given options and returns it.
NewObsidianImageParser returns a new ObsidianImageParser.
NewObsidianImageRenderer returns a new ObsidianImageRenderer.
NewTwitter returns a new Twitter node.
NewYouTube returns a new YouTube node.
# Variables
No description provided by the author
KindTwitter is a NodeKind of the Twitter node.
KindYouTube is a NodeKind of the YouTube node.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
GroupedNotes represents a list of notes grouped by month.
HTMLRenderer struct is a renderer.NodeRenderer implementation for the extension.
No description provided by the author
Note represents a single daily note.
No description provided by the author
ObsidianImage represents an Obsidian-style embedded image.
ObsidianImageExtender is a custom goldmark extension for Obsidian image embeds.
ObsidianImageParser parses Obsidian-style image embeds.
ObsidianImageRenderer renders ObsidianImage nodes.
Page represents the structure of a web page.
No description provided by the author
No description provided by the author
No description provided by the author
Twitter struct represents a Twitter/X embed of the Markdown text.
No description provided by the author
YouTube struct represents a YouTube Video embed of the Markdown text.