Juick
@magistr/juickv2026.05.25.1
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
03Models
@magistr/juickv2026.05.25.1juick.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiUrl | string | Juick API base URL |
fn getMessages(uname?: string, tag?: string, search?: string, popular?: boolean)
Get messages from feed, optionally filtered by user or tag
| Argument | Type | Description |
|---|---|---|
| uname? | string | Filter by username |
| tag? | string | Filter by tag |
| search? | string | Full-text search |
| popular? | boolean | Show popular messages |
fn getThread(mid: number)
Get a full thread (post + comments) by message ID
| Argument | Type | Description |
|---|---|---|
| mid | number | Message ID |
fn getUser(uname: string)
Get user profile
| Argument | Type | Description |
|---|---|---|
| uname | string | Username |
fn getUserPosts(uname: string, folder: string, withComments: boolean)
Get ALL posts by a user with pagination, fetch comments for each, format for Obsidian
| Argument | Type | Description |
|---|---|---|
| uname | string | Username |
| folder | string | Obsidian folder for notes |
| withComments | boolean | Fetch 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
04Workflows
@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 Versions
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
Repository
https://github.com/umag/swamp-workspace07Platforms
08Labels