-
Notifications
You must be signed in to change notification settings - Fork 32
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
Drag drop and loader #76
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
2a8849b
Drag&Drop + Loader
gloriousducks bc74564
Edit Readme
gloriousducks c4e6b2b
Remove redundant code
gloriousducks 7beb386
Remove redundant code
gloriousducks 5074a76
Merge branch 'master' into DragDrop-and-Loader
gloriousducks 58998a8
Remove contributors section
poush 551a0cd
Merge branch 'master' into DragDrop-and-Loader
poush File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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,3 +1,3 @@ | ||
module.exports = { | ||
"extends": "standard" | ||
}; | ||
extends: "standard" | ||
}; |
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
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,8 +1,6 @@ | ||
CC0 1.0 Universal | ||
================== | ||
# CC0 1.0 Universal | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similarly, this one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's just the "Markdown" extension on visual studio code. |
||
|
||
Statement of Purpose | ||
--------------------- | ||
## Statement of Purpose | ||
|
||
The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). | ||
|
||
|
@@ -11,7 +9,9 @@ Certain owners wish to permanently relinquish those rights to a Work for the pur | |
For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. | ||
|
||
1. Copyright and Related Rights. | ||
-------------------------------- | ||
|
||
--- | ||
|
||
A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: | ||
|
||
i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; | ||
|
@@ -23,15 +23,20 @@ vi. database rights (such as those arising under Directive 96/9/EC of the Europe | |
vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. | ||
|
||
2. Waiver. | ||
----------- | ||
|
||
--- | ||
|
||
To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. | ||
|
||
3. Public License Fallback. | ||
---------------------------- | ||
|
||
--- | ||
|
||
Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. | ||
|
||
4. Limitations and Disclaimers. | ||
-------------------------------- | ||
|
||
--- | ||
|
||
a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. | ||
b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. | ||
|
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,36 +1,59 @@ | ||
# H2 | ||
Inspired by the Helium app, **H2** is a minimalist browser to watch embeded videos and more in picture-in-picture mode. | ||
|
||
Inspired by the Helium app, **H2** is a minimalist browser to watch embeded videos and more in picture-in-picture mode. | ||
|
||
# Features | ||
|
||
:tv: Works with any Youtube URL. | ||
|
||
:scroll: Works with PDFs links, Google Docs URLs. | ||
|
||
:computer: Works on all platforms, thanks to electron ❤️ | ||
|
||
:clock9:[WIP] After [#22](https://github.com/poush/H2/pull/22) a basic image editor, many other features coming soon. | ||
:art: Image editor supports contrast, brightness, hue, sepia and save as PNG. | ||
|
||
:clock9:[WIP] Many other features coming soon. | ||
|
||
# Example | ||
|
||
![demo](img/demo.gif) | ||
|
||
## Installation | ||
* [Windows](docs/windows.md) | ||
* [Mac](docs/mac.md) | ||
* [Linux](docs/linux.md) | ||
|
||
- [Windows](docs/windows.md) | ||
- [Mac](docs/mac.md) | ||
- [Linux](docs/linux.md) | ||
|
||
## Usage | ||
* Copy any youtube, PDF or google docs URL and press `Ctrl/Command + Shift + V` | ||
* [Keyboards Shortcuts](docs/shortcuts.md) | ||
|
||
- Copy any youtube, PDF or google docs URL and press `Ctrl/Command + Shift + V` | ||
- [Keyboards Shortcuts](docs/shortcuts.md) | ||
|
||
## Contributing | ||
|
||
```bash | ||
# Clone this repository | ||
|
||
git clone https://github.com/poush/h2 | ||
|
||
# Go into the repository | ||
|
||
cd h2 | ||
|
||
# Install dependencies | ||
|
||
npm install | ||
|
||
# Run the app | ||
|
||
npm start | ||
``` | ||
|
||
## Bug | ||
|
||
[Known Bugs](https://github.com/poush/H2/issues?q=is%3Aopen+is%3Aissue+label%3Abug) | ||
## Credits | ||
|
||
|
||
## License | ||
|
||
[CC0-1.0](https://github.com/poush/H2/blob/master/LICENSE.md) |
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,50 +1,46 @@ | ||
class baseMediaProvider { | ||
|
||
constructor() { | ||
this.version = '0.1' | ||
this.name = 'base' | ||
this.response = { | ||
eventName: 'default', | ||
type: 'link', | ||
content: '' | ||
} | ||
} | ||
|
||
set text(link) { | ||
this.extractContents(link) | ||
} | ||
|
||
get content() { | ||
if(this.response.content != '' || this.response.link != undefined){ | ||
// console.log(this.response) | ||
return this | ||
} | ||
|
||
throw "InvalidContentByContentExtraction" | ||
} | ||
|
||
matcher(link) { | ||
|
||
} | ||
|
||
//method | ||
extractContents(link) { | ||
if (link != undefined || link != '') { | ||
this.response.content = link | ||
} | ||
|
||
return true | ||
} | ||
|
||
postWinLoad(win){ | ||
return true | ||
} | ||
|
||
preWinLoad(win) { | ||
//must return true | ||
return true | ||
} | ||
|
||
constructor() { | ||
this.version = "0.1"; | ||
this.name = "base"; | ||
this.response = { | ||
eventName: "default", | ||
type: "link", | ||
content: "" | ||
}; | ||
} | ||
|
||
set text(link) { | ||
this.extractContents(link); | ||
} | ||
|
||
get content() { | ||
if (this.response.content != "" || this.response.link != undefined) { | ||
// console.log(this.response) | ||
return this; | ||
} | ||
|
||
throw "InvalidContentByContentExtraction"; | ||
} | ||
|
||
matcher(link) {} | ||
|
||
//method | ||
extractContents(link) { | ||
if (link != undefined || link != "") { | ||
this.response.content = link; | ||
} | ||
|
||
return true; | ||
} | ||
|
||
postWinLoad(win) { | ||
return true; | ||
} | ||
|
||
preWinLoad(win) { | ||
//must return true | ||
return true; | ||
} | ||
} | ||
|
||
module.exports = baseMediaProvider | ||
module.exports = baseMediaProvider; |
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,36 +1,32 @@ | ||
const baseMediaProvider = require('./baseMediaProvider') | ||
const baseMediaProvider = require("./baseMediaProvider"); | ||
|
||
class docsProvider extends baseMediaProvider { | ||
|
||
constructor(){ | ||
super() | ||
this.name = 'googleDocs' | ||
this.response.eventName = 'googleDocs' | ||
this.response.type = 'iframe' | ||
} | ||
|
||
matcher(link){ | ||
const regex = /https:\/\/docs.google.com\/document\/d\/[0-9A-Za-z]+/gm; | ||
var match = regex.exec(link) | ||
if(match) | ||
return match; | ||
|
||
return false; | ||
} | ||
|
||
extractContents(link) { | ||
if (link != undefined || link != '') { | ||
this.response.content = link | ||
} | ||
|
||
return true | ||
|
||
} | ||
|
||
postWinLoad(win){ | ||
return true | ||
} | ||
|
||
constructor() { | ||
super(); | ||
this.name = "googleDocs"; | ||
this.response.eventName = "googleDocs"; | ||
this.response.type = "iframe"; | ||
} | ||
|
||
matcher(link) { | ||
const regex = /https:\/\/docs.google.com\/document\/d\/[0-9A-Za-z]+/gm; | ||
var match = regex.exec(link); | ||
if (match) return match; | ||
|
||
return false; | ||
} | ||
|
||
extractContents(link) { | ||
if (link != undefined || link != "") { | ||
this.response.content = link; | ||
} | ||
|
||
return true; | ||
} | ||
|
||
postWinLoad(win) { | ||
return true; | ||
} | ||
} | ||
|
||
module.exports = docsProvider | ||
module.exports = docsProvider; |
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,36 +1,31 @@ | ||
const baseMediaProvider = require('./baseMediaProvider') | ||
const baseMediaProvider = require("./baseMediaProvider"); | ||
|
||
class pdfProvider extends baseMediaProvider { | ||
|
||
constructor(){ | ||
super() | ||
this.name = 'pdf' | ||
this.response.type = 'link' | ||
} | ||
|
||
matcher(link){ | ||
const regex = /(https?:\/\/\S*?\.pdf)/gm; | ||
var match = regex.exec(link) | ||
if(match) | ||
return match; | ||
|
||
return false; | ||
} | ||
|
||
extractContents(link) { | ||
|
||
if (link != undefined || link != '') { | ||
this.response.content = link | ||
} | ||
|
||
return true | ||
|
||
} | ||
|
||
postWinLoad(win){ | ||
return true | ||
} | ||
|
||
constructor() { | ||
super(); | ||
this.name = "pdf"; | ||
this.response.type = "link"; | ||
} | ||
|
||
matcher(link) { | ||
const regex = /(https?:\/\/\S*?\.pdf)/gm; | ||
var match = regex.exec(link); | ||
if (match) return match; | ||
|
||
return false; | ||
} | ||
|
||
extractContents(link) { | ||
if (link != undefined || link != "") { | ||
this.response.content = link; | ||
} | ||
|
||
return true; | ||
} | ||
|
||
postWinLoad(win) { | ||
return true; | ||
} | ||
} | ||
|
||
module.exports = pdfProvider | ||
module.exports = pdfProvider; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes even if required should be performed in separate PR. Let's keep the changes which are mainly for the issue.