Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add assets #6

Merged
merged 3 commits into from
Jan 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# wp-quip

![WP Quip plugin Settings page](assets/icon-128×128.png)


[Quip](https://quip.com/) integration for WordPress



## Introduction

`WP Quip` plugin uses WordPress shortcodes to embed [Quip](https://quip.com/) documents into WordPress pages and blog posts.
Expand Down Expand Up @@ -30,7 +34,7 @@ https://codex.wordpress.org/Shortcode_API
#
#### WP Quip plugin Settings page

![WP Quip plugin Settings page](screenshot-1.png)
![WP Quip plugin Settings page](assets/screenshot-1.png)



Expand Down Expand Up @@ -66,13 +70,19 @@ and then set `ttl` back to its original value.
#
#### WordPress post editor with a `quip` shortcode

![WordPress post editor with a 'quip' shortcode](screenshot-2.png)
![WordPress post editor with a 'quip' shortcode](assets/screenshot-2.png)


#
#### Quip document embedded into a WordPress blog post

![Quip document embedded into a WordPress blog post](assets/screenshot-3.png)


#
#### Quip document embedded into a WordPress blog post

![Quip document embedded into a WordPress blog post](screenshot-3.png)
![Quip document embedded into a WordPress blog post](assets/screenshot-4.png)


## References
Expand Down
Binary file added assets/banner-1544×500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner-772×250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-128×128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon-256×256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WP Quip ===
Contributors:
Tags: quip, doc
Donate link: https://cloudposse.com/
Donate link:
Requires at least: 4.0
Tested up to: 4.9.2
Requires PHP: 5.6
Expand Down Expand Up @@ -66,12 +66,19 @@ NOTE: To generate a Quip API Access Token, visit this page: https://quip.com/dev
Whenever you generate a new token, all previous tokens are automatically invalidated.


== Frequently Asked Questions ==


== Screenshots ==
1. WP Quip plugin Settings page
2. WordPress post editor with a 'quip' shortcode
3. Quip document embedded into a WordPress blog post
4. Quip document embedded into a WordPress blog post


== Changelog ==
= 1.0 =
* Initial release.


== Upgrade Notice ==