-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|