Skip to main content

@magistr/juick

v2026.03.29.1

Juick.com microblogging API - fetch posts, comments, threads, and import to Obsidian

Quality score

How well-documented and verifiable this extension is.

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

Install

$ swamp extension pull @magistr/juick

@magistr/juickv2026.03.29.1juick.ts

Global Arguments

ArgumentTypeDescription
apiUrlstringJuick API base URL
getMessagesGet messages from feed, optionally filtered by user or tag
ArgumentTypeDescription
uname?stringFilter by username
tag?stringFilter by tag
search?stringFull-text search
popular?booleanShow popular messages
getThreadGet a full thread (post + comments) by message ID
ArgumentTypeDescription
midnumberMessage ID
getUserGet user profile
ArgumentTypeDescription
unamestringUsername
getUserPostsGet ALL posts by a user with pagination, fetch comments for each, format for Obsidian
ArgumentTypeDescription
unamestringUsername
folderstringObsidian folder for notes
withCommentsbooleanFetch comments for each post

Resources

messages(1h)— Messages from Juick feed
thread(1h)— Full thread with comments
userProfile(1h)— User profile
userPosts(1h)— All posts by a user with comments

@magistr/juick-to-obsidian

Fetch Juick user posts with comments and import into Obsidian vault

fetchFetch all user posts from Juick with comments and format for Obsidian
1.get-postsjuick.getUserPosts— Fetch all posts with pagination, comments, and Obsidian formatting
importCreate notes in Obsidian vault
1.create-note-${{ self.post.mid }}my-vault.create— Create Obsidian note for Juick post