Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raptazure committed Feb 5, 2020
1 parent 7315677 commit 29fdfa7
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 22 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

41 changes: 28 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,48 @@
# daily-tarot
# Daily Tarot

> _Prisma Visions Tarot - Unofficial Extension_ <br/>
> **Get this amazing tarot deck [Here](https://www.jamesreadsmerch.com/products/prismavisions)**
<img src="images/header.jpg" width="350px">

## 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!**

6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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`
Binary file added images/demo.gif
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 images/header.jpg
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 images/icon.jpg
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 images/status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
},
"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"
Expand Down

0 comments on commit 29fdfa7

Please sign in to comment.