Giter VIP home page Giter VIP logo

coedice / omnivore-list-popup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from herrherrmann/omnivore-list-popup

0.0 0.0 0.0 891 KB

Web extension for Firefox and Chrome that shows a popup with a list of your Omnivore articles to quickly open or archive (similar to the In My Pocket extension).

Home Page: https://addons.mozilla.org/firefox/addon/omnivore-list-popup/

License: MIT License

TypeScript 65.48% CSS 19.00% HTML 15.52%

omnivore-list-popup's Introduction

Omnivore List Popup Web Extension (Firefox & Chrome)

Show a popup with a list of your Omnivore articles to quickly open or archive.

Screenshot of the extension running in a browser

Installation & Usage

  1. Install the extension from the Firefox Extensions page or the Chrome Web Store.
  2. Get an Omnivore API Key through your Omnivore Account.
  3. Go into the extension’s settings and paste your Omnivore API key.
  4. Launch the extension by clicking the new "Omnivore List Popup" button in your extension toolbar/dropdown.
  5. Optional: Add the extension to your always-visible toolbar.

Development Setup

  1. Install the Node version defined in .nvmrc (e.g. with nvm use).
  2. Install dependencies with npm install.

Development Commands

  • Run npm run dev to watch files for changes and start Firefox for debugging.
    • Run TARGET=chrome npm run dev to use Chrome
    • Run TARGET=vivaldi npm run dev to use Vivaldi
  • Run npm run format to format the code with Prettier.
  • Run npm run lint to lint the code with ESLint.
  • Run npm run build (or TARGET=chrome npm run build) to generate the output files in dist.

Releasing

  1. Run npm run create-releases to generate the extension archives in the root directory.
  2. Upload the Firefox release on https://addons.mozilla.org/developers/addon/omnivore-list-popup/
  3. Upload the Chrome release on https://chrome.google.com/webstore/devconsole
  4. Remove the locally-created files after uploading via npm run clean.

Contributing

If you have ideas or issues, please get in touch! You can either use GitHub issues or contact herrherrmann directly.

Todos & Ideas

  • Add pagination to browse beyond 10 items (issue #9)
  • Add keyboard shortcuts for opening the popup and adding the current page to Omnivore
  • Improve generation of fallback images (sometimes broken or very low-contrast characters)
  • Cache API results for quicker load times
  • Indicate saving of new items when triggered via keyboard shortcut (e.g. via toolbar icon)
  • Optionally load other sets like archived items (via saved searches dropdown?)
  • Add possibility to delete items (additionally to archiving)
  • Improve onboarding, e.g. make it possible to enter API key in popup
  • Improve error handling
  • Use Omnivore’s savePage API instead of saveUrl (to capture page content directly)
  • Internationalization
  • Cache list items locally for offline usage
  • Highlight the popup button if the current page is added to Omnivore

Acknowledgements

  • Thanks to the amazing In My Pocket extension for inspiring this project. 👏
  • Thanks to the Omnivore team for the nice Pocket alternative and open API.
  • Thanks to the Lucide project for the icon set.

omnivore-list-popup's People

Contributors

herrherrmann avatar allibragi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.