Skip to main content

Juick

@magistr/juickv2026.03.29.1· 1mo agoMODELS·WORKFLOWS
01README

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

02Models1
@magistr/juickv2026.03.29.1juick.ts

Global Arguments

ArgumentTypeDescription
apiUrlstringJuick API base URL
fn getMessages(uname?: string, tag?: string, search?: string, popular?: boolean)
Get 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
fn getThread(mid: number)
Get a full thread (post + comments) by message ID
ArgumentTypeDescription
midnumberMessage ID
fn getUser(uname: string)
Get user profile
ArgumentTypeDescription
unamestringUsername
fn getUserPosts(uname: string, folder: string, withComments: boolean)
Get 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
03Workflows1
@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
04Stats
Downloads
0
Archive size
5.2 KB

Not yet scored.

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

05Platforms
06Labels