Skip to content

Commit c4d10d2

Browse files
committed
feat: add block types to append + new table command
1 parent 49623be commit c4d10d2

2 files changed

Lines changed: 492 additions & 5 deletions

File tree

TODO-ISSUES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# notioncli Feature Backlog
2+
3+
Run these to create GitHub issues:
4+
5+
```bash
6+
# Callout blocks
7+
gh issue create --repo JordanCoin/notioncli --title "feat: Add callout block support" --body "Add support for callout blocks with customizable icons and colors.
8+
9+
\`\`\`bash
10+
notion append <page> \"Important note\" --type callout --icon 💡 --color yellow
11+
\`\`\`"
12+
13+
# Toggle blocks
14+
gh issue create --repo JordanCoin/notioncli --title "feat: Add toggle block support" --body "Add support for toggle (collapsible) blocks for FAQs, collapsible sections."
15+
16+
# Quote and code blocks
17+
gh issue create --repo JordanCoin/notioncli --title "feat: Add quote and code block support" --body "Support --type quote and --type code --language <lang>"
18+
19+
# Page icons and covers
20+
gh issue create --repo JordanCoin/notioncli --title "feat: Set page icons and covers" --body "notion icon <page> 💪 and notion cover <page> --url <url>"
21+
22+
# Page duplicate/template
23+
gh issue create --repo JordanCoin/notioncli --title "feat: Page duplicate/template system" --body "notion duplicate and notion template save/apply for reusable page structures"
24+
25+
# Database views
26+
gh issue create --repo JordanCoin/notioncli --title "feat: Database view management" --body "Create/list/delete views (table, board, calendar, gallery, timeline)"
27+
28+
# Batch updates
29+
gh issue create --repo JordanCoin/notioncli --title "feat: Batch update operations" --body "notion batch-update <db> --filter X --prop Y for bulk operations"
30+
```

0 commit comments

Comments
 (0)