Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/leoossa/A-deck
Browse files Browse the repository at this point in the history
  • Loading branch information
leoossa committed Jul 20, 2021
2 parents 2523c71 + 00b831f commit d107938
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# A-deck
Chrome extension for A-(dding websites to Nextcloud) Deck

## Chrome extension for A-(dding websites to Nextcloud) Deck

[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=for-the-badge)](https://plant.treeware.earth/leoossa/A-deck)

Basically it sends any webpage to your Nextcloud Deck by creating a card.
Basically - it sends any webpage (current tab) to your **Deck** on your **Nextcloud** instance by creating a *card*.

Here's the option page:

![options screenshot](https://raw.githubusercontent.com/leoossa/A-deck/master/screenshots/options.png)
Expand All @@ -12,21 +14,30 @@ Here's the popup with boards fetched from Nextcloud server (you can select which

![popup screenshot](https://raw.githubusercontent.com/leoossa/A-deck/master/screenshots/popup.png)

The popup loads boards from server, also loads all the stacks and saves them. It uses boards color as background color.
The popup loads *boards* from server, also loads all the *stacks* and saves them into local browser storage. It uses *boards' color* as background color.

![options screenshot](https://raw.githubusercontent.com/leoossa/A-deck/master/screenshots/screenshot.png)
![another screenshot](https://raw.githubusercontent.com/leoossa/A-deck/master/screenshots/screenshot.png)

Currently in development:
- Adding to Web Archive in order not to have problems with vanishing websites
- better styling (including UI/UX and console log messages)
- Context menu (currently it's just an icon) - allow user to send page to different boards and stacks directly from context menu
- Taking screenshots of website and including it as a attachment in card
### Currently in development:
- Adding to **Web Archive** in order not to have problems with vanishing websites
![another screenshot](https://raw.githubusercontent.com/leoossa/A-deck/master/screenshots/archive.png)
- better styling (including **UI/UX** and console log messages) - I know it looks terrible for now, but it's just a MVP - I'm still working on it
- Context menu (currently it's just an icon) - allow user to send page to **different boards and stacks directly from context menu**
- ![another screenshot](https://raw.githubusercontent.com/leoossa/A-deck/master/screenshots/contextmenu.png)
- Taking **screenshots of website and including it as a attachment in card**
- apply naming conventions and guidelines, fix errors

Ideas for further development:
### Ideas for further development:
- rules for specific domains (query selectors), that user can save in options and use them to fill card data sent to server (ie. instead of sending url and title user may input rulese to create card with 'h1' as title and 'p' as a description)
- domain based rules / global rules
- GUI query selector tool (easy for non-technical user)
- GUI query selector tool (easy for non-technical user) - similar to

## RATIONALE

I saw [huntr.io board](https://huntr.co/demo/589189b5448fe5e45f01256c/board) to use for job searching and I thought that's a cool idea, but I want it to be on **my** server (that's **my** personal data) and I want to apply this kind of extension whereever **I** want, not only to recruitment process. You can use it anyhow you like.
![huntr board screenshot - origin of idea](https://github.com/leoossa/A-deck/blob/master/screenshots/huntr.png)

Also - the English 'A deck' sound very similar to Polish 'Edek' which is the name 'Edward'. So - hello Edward ;)

## Licence
This package is [Treeware](https://treeware.earth). If you use it in production, then we ask that you [**buy the world a tree**](https://plant.treeware.earth/leoossa/A-deck) to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

0 comments on commit d107938

Please sign in to comment.