diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d723525..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - -All notable changes to the "daily-tarot" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] - -- Initial release \ No newline at end of file diff --git a/README.md b/README.md index 7e78d3f..d7edf22 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,48 @@ -# daily-tarot +# Daily Tarot +> _Prisma Visions Tarot - Unofficial Extension_
+> **Get this amazing tarot deck [Here](https://www.jamesreadsmerch.com/products/prismavisions)** + -## Features +## Journey of the Tarot +- Traditionally tarot has been used for divination - as a method to 'look into the future'. +- However, a more interesting way to understand tarot - is a tool to unravel the unspoken voice of the self. +- Cards are something tangible on which we can project our feelings and thoughts. +## Quick Start +![](images/demo.gif) +## Features +- Two mode: + - `Draw a Card` - card of the day + - `Ask a Question` - input box will convey your will +- Status bar: + - Show your daily card + - Click on it to ask a question +![](/images/status.png) ## Requirements +- Visual Studio Code: 1.41.0+ +- Internet connection +## About Prisma Vsion -## Extension Settings - - - - -## Known Issues - +- This deck is illustrated, designed and edited by James R. Eads. The extensive guide is written by Katherine Tombs. +- I own the 5th edition of this deck and love it a lot. It gives me many suggestions to learn more about my subconscious and feelings, thus helping me become better. +- If you like this tarot deck just as I do, please support the author [here](https://www.jamesreadsmerch.com/products/prismavisions). +- Expore the imagery and meanings. Feel the energy and listen to the universe. ## Release Notes +### 0.1.0 - -### 1.0.0 - -Initial release +Initial release. **Enjoy!** + diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..a51fcbe --- /dev/null +++ b/changelog.md @@ -0,0 +1,6 @@ +## Change Log + +### 0.1.0: 05 Feb 2020 +- Initial release +- Status bar and input box support +- Choices: `Ask a Question` and `Draw a Card` \ No newline at end of file diff --git a/images/demo.gif b/images/demo.gif new file mode 100644 index 0000000..8f95775 Binary files /dev/null and b/images/demo.gif differ diff --git a/images/header.jpg b/images/header.jpg new file mode 100644 index 0000000..d5252b3 Binary files /dev/null and b/images/header.jpg differ diff --git a/images/icon.jpg b/images/icon.jpg new file mode 100644 index 0000000..1b5f62a Binary files /dev/null and b/images/icon.jpg differ diff --git a/images/status.png b/images/status.png new file mode 100644 index 0000000..ac051cf Binary files /dev/null and b/images/status.png differ diff --git a/package.json b/package.json index 86b568a..1bee099 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,26 @@ "description": "Get your daily tarot reading - Prisma Vision", "version": "0.1.0", "publisher": "raptazure", + "icon": "images/icon.jpg", "engines": { "vscode": "^1.41.0" }, "categories": [ "Other" ], + "keywords": [ + "Tarot", + "Guide" + ], + "bugs": { + "url": "https://github.com/Raptazure/daily-tarot/issues", + "email": "lamboghini299@gmail.com" + }, + "homepage": "https://github.com/Raptazure/daily-tarot/blob/master/README.md", + "repository": { + "type": "git", + "url": "https://github.com/Raptazure/daily-tarot.git" + }, "activationEvents": [ "onCommand:tarot.today", "onCommand:tarot.ask"