Skip to content

Commit

Permalink
Add assets (#6)
Browse files Browse the repository at this point in the history
* Add `assets` folder. Update `readme.txt`

* Add icons

* Add banners
  • Loading branch information
aknysh authored Jan 30, 2018
1 parent 48bb9b4 commit 9847ea4
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 4 deletions.
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 ==

0 comments on commit 9847ea4

Please sign in to comment.