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

vocab@rizanb: Initial release #6374

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
37 changes: 37 additions & 0 deletions vocab@rizanb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# [Vocab - A Cinnamon extension][repo]

Shows a new vocabulary on your panel everytime you boot or click on it.

[![Screenshot](screenshot.png)][repo]

## Installation
### Cinnamon Spices
Download it [from here][spices] or search for _"Vocab"_ in your Cinnamon extension settings.

### From source
To download the source and install it, execute the following as a normal user (you will need [git](https://git-scm.com/)).
``` shell
$ git clone https://github.com/rizanb/cinnamon-vocab.git
```

Copy contents to: ~/.local/share/cinnamon/applets/vocab@rizanb

## Issues
If you find any bug you can file an [issue][issue] in the Github project page:

Please explain your problem in issues- with screenshots. Feature requests are welcome, but please make them in my github and not the official Cinnamon Spices website.

## Contributing
Contributions are welcome, also in form of translations. Please, submit pull requests [to the repository][repo] not the spices repository, which is only a distribution channel (not even a mirror).

## FAQ
#### 1) Is it possible to have stats for the words I've learned?
Yes, I'm working on it. This will happen once I have some free time.

#### 2) System warns this extension isn't compatible with the current version of Cinnamon.
Probably works. If it doesn't, please file an [issue][issue].



[repo]: https://github.com/rizanb/cinnamon-vocab
[issue]: https://github.com/rizanb/cinnamon-vocab/issues
333 changes: 333 additions & 0 deletions vocab@rizanb/files/vocab@rizanb/applet.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions vocab@rizanb/files/vocab@rizanb/extension.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const Applet = imports.ui.applet;
const MyApplet = imports.applet;

function main(metadata) {
return new MyApplet(metadata);
}
Binary file added vocab@rizanb/files/vocab@rizanb/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions vocab@rizanb/files/vocab@rizanb/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"uuid": "vocab@rizanb",
"name": "vocab",
"description": "Shows a new vocabulary on your panel everytime you boot or click on it",
"max-instances": "-1",
"version": "1.0.0",
"author": "rizanb"
}
4 changes: 4 additions & 0 deletions vocab@rizanb/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"author": "rizanb",
"license": "CC-BY-3.0"
}
Binary file added vocab@rizanb/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.