Skip to content

Commit f049d94

Browse files
authored
Update README.md
- update readme to include new post format and Auto Fill description
1 parent 3e25cdd commit f049d94

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@ A simple [WordPress](https://wordpress.org) plugin to help facilitate posting to
44
## 📝 Basic Post Format
55

66
- **Title** (same as article)
7+
- **Image** (absolute URL from article, not storing locally)
8+
- **Image Credit**
79
- **Quote**
8-
- **Image** (absolute URL from article, not storing locally)
9-
- **Image Credit**
1010
- **Text** from article (usually only one paragraph)
1111
- **Citation** (absolute URL for article, link opens in new tab)
1212
- **Category** (typically name of publication)
1313
- **Tags**
14+
- **Date**
1415

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.
16+
## 🤖 Auto Fill
17+
Client side JavaScript is used in conjunction with [Rapid API Article Extractor](https://rapidapi.com/pwshub-pwshub-default/api/article-extractor2/) to attempt to Auto Fill the form with basic information. This requires an API Key which can be set via plugin settings.
1718

1819
## 📚 Resources
1920
- [WordPress Plugin Developer Handbook](https://developer.wordpress.org/plugins/)
2021
- [WordPress Plugins Directory](https://wordpress.org/plugins/)
22+
- [Rapid API Article Extractor](https://rapidapi.com/pwshub-pwshub-default/api/article-extractor2/)
2123

2224
## 📜 License
2325
Copyright (c) 2023 Arlin Schaffel

0 commit comments

Comments
 (0)