-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathapps.json
More file actions
139 lines (139 loc) · 4.54 KB
/
Copy pathapps.json
File metadata and controls
139 lines (139 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"blueprints/ai-assistant/blueprint.json": {
"title": "AI Assistant",
"description": "AI-powered chat interface to modify your WordPress to your liking. Bring your own key or use a local LLM",
"author": "Alex Kirk",
"categories": [
"Apps",
"AI"
],
"icon": "dashicons-format-chat"
},
"blueprints/apiary-press/blueprint.json": {
"title": "Apiary Press",
"description": "Track beehives and record hive visits.",
"author": "Francesco Bigiarini",
"categories": [
"Apps",
"Productivity"
],
"icon": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/apiary-press/icon.svg"
},
"blueprints/chat-to-blog/blueprint.json": {
"title": "Chat to Blog",
"description": "Import media from Beeper chats and create blog posts. Requires Beeper Desktop running.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Media"
],
"icon": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/chat-to-blog/icon.svg"
},
"blueprints/post-collection/blueprint.json": {
"title": "Collect Posts from the Web",
"description": "Use the Post Collection Plugin to save articles from around the web",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
],
"icon": "dashicons-book"
},
"blueprints/cookbook/blueprint.json": {
"title": "Cookbook",
"description": "Store your recipes in your WordPress, with ingredients, steps, and prep/cook times. Paste a URL to pull a recipe in from the web.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
},
"blueprints/flight-log/blueprint.json": {
"title": "Flight Log",
"description": "A private flight log and statistics app for WordPress.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Travel"
],
"icon": "dashicons-airplane"
},
"blueprints/learn-app/blueprint.json": {
"title": "Learn WordPress",
"description": "A personal study helper for Learn WordPress courses with course plans, lesson checklists, dates, and progress tracking.",
"author": "WordPress",
"categories": [
"Apps",
"Education"
],
"icon": "dashicons-welcome-learn-more"
},
"blueprints/memex/blueprint.json": {
"title": "Memex",
"description": "Turn WordPress into a note-taking app with bi-directional links, automatic backlinks, daily notes, tags, and reminders. Import notes from Obsidian, Notion, Evernote, or Roam Research with one click.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
],
"icon": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/memex/icon.svg"
},
"blueprints/personal-crm/blueprint.json": {
"title": "Personal CRM",
"description": "Manage your contacts and relationships directly from WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
],
"icon": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/personal-crm/icon.svg"
},
"blueprints/playground-builder/blueprint.json": {
"title": "Playground Builder",
"description": "Compose WordPress Playground blueprints from plugins, themes, versions, language settings, and launch URLs.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Development"
],
"icon": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/playground-builder/icon.png"
},
"blueprints/rss-reader/blueprint.json": {
"title": "RSS Reader",
"description": "Follow friends and consume their content in your WordPress",
"author": "Alex Kirk",
"categories": [
"Apps",
"Social"
],
"icon": "https://raw.githubusercontent.com/wordpress/blueprints/trunk/blueprints/rss-reader/icon.png"
},
"blueprints/travel-app/blueprint.json": {
"title": "Travel App",
"description": "A private travel organizer for WordPress.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Travel"
],
"icon": "dashicons-location-alt"
},
"blueprints/wordcamp-companion/blueprint.json": {
"title": "WordCamp Companion",
"description": "A tool to help you plan your WordCamp attendance.",
"author": "Alex Kirk",
"categories": [
"Apps",
"WordPress"
]
},
"blueprints/wordopedia/blueprint.json": {
"title": "Wordopedia",
"description": "Search, browse, and save Wikipedia articles and snippets.",
"author": "Alex Kirk",
"categories": [
"Apps",
"Productivity"
]
}
}