Skip to content

Commit 26b0f9c

Browse files
committed
Update README.md
1 parent f312c8b commit 26b0f9c

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# wordpress-plugin-quick-weblog
2-
WordPress plugin to facilitate my tech weblog posting.
1+
# Quick Weblog
2+
A simple [WordPress](https://wordpress.org) plugin to help facilitate posting to my tech news weblog at https://arlin.org.
3+
4+
## 📝 Basic Post Format
5+
6+
- **Title** (same as article)
7+
- **Quote**
8+
- **Image** (absolute URL from article, not storing locally)
9+
- **Image Credit**
10+
- **Text** from article (usually only one paragraph)
11+
- **Citation** (absolute URL for article, link opens in new tab)
12+
- **Category** (typically name of publication)
13+
- **Tags**
14+
15+
## 🤖 Future Automation
16+
This plugin could auto-populate most of the form by scraping the data from article linked in each post. However, I think the manual copy/paste required right now is acceptable and ensure that the article content is read. I'm not looking to fully automate, but that may change in time.
17+
18+
## 📚 Resources
19+
- [WordPress Plugin Developer Handbook](https://developer.wordpress.org/plugins/)
20+
- [WordPress Plugins Directory](https://wordpress.org/plugins/)
21+
22+
## 📜 License
23+
Coming soon.

0 commit comments

Comments
 (0)