Skip to content

Chrome Extension to take the current windows tabs and save them to the clipboard in tana-paste format

License

Notifications You must be signed in to change notification settings

verveguy/tabs2tana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chrome Extension to take the current windows tabs and save them to the clipboard in tana-paste format

Resources

License

Stars

Watchers

Forks

Packages

No packages published