Git Product home page Git Product logo

tabs2tana's Introduction

tabs2tana

Saves the tabs open in the current window as a set of Tana nodes onto the clipboard in tana-paste format.

Installing without building

If you just want to use this extension without bothering with the source code and all that jazz, you can download the latest release.zip file from the Releases area (right hand side of the github project page). Then, go to the Chrome extension manager (chrome://extensions) and turn on Developer mode. This will give you access to the Load unpacked button and you can pick the downloaded zip file.

Building from source

To bootstrap this git repo into Chrome locally, first clone the repo. Then run npm install and npm run build. Go to Chrome extension manager, turn on Developer mode and load unpacked the dist directory.

The format used on the clipboard is very simple:

%%tana%%
- Tab Workspace #workspace
  - Title of site #website
    - Description:: <from site metadata>
    - Url:: <of open tab>

Development

This extension was created with Extension CLI!

If you find this software helpful star or sponsor this project.

Available Commands

Commands Description
npm run start build extension, watch file changes
npm run build generate release version
npm run docs generate source code docs
npm run clean remove temporary files
npm run test run unit tests
npm run sync update config files

For CLI instructions see User Guide →

Learn More

Extension Developer guides

Extension Publishing Guides

tabs2tana's People

Contributors

verveguy avatar

Stargazers

 Vivek Rp avatar enzoblues avatar Sarah Arminta avatar Szymon Rączka avatar  avatar

Watchers

 avatar Sarah Arminta avatar  avatar

tabs2tana's Issues

Doesn't always get all tabs in the window....

Sometimes only a subset of the tabs are captured.

It seems to be related to which tab is the active tab at the time you click the extension action button. (?)
Or is it possible that it's a race condition with the clipboard writes being processed out of order?

Because the background.js doesn't seem able to write to the clipboard, the code has that happen in each tab, with the clipboard data accumulating. Should probably separate that phase and have the first pass aggregate all the data and the second phase make a single clipboard write call via injection.

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.