Skip to main content

Juick

@magistr/juickv2026.05.25.1· 9d agoMODELS·WORKFLOWS
01README

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

02Release Notes

Merge pull request #4 from umag/extensions/magistr-grade-a-workspace

extensions: stage 15 @magistr extensions as Grade A workspace dirs + wire CI

03Models1
@magistr/juickv2026.05.25.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
04Workflows1
@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
05Previous Versions1
2026.03.29.1Mar 29, 2026
06Stats
A
100 / 100
Downloads
2
Archive size
7.4 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
07Platforms
08Labels