Export Browser Tabs is an Obsidian.md plugin for desktop only. It allows MacOS users to export their open browser tabs into a single note or multiple notes.
Note
This plugin executes AppleScript. It will only work on a device running MacOS.
- Install the Obsidian BRAT plugin from Obsidian community plugin store
- Enable the plugin
- Open the plugin settings
- Click Add beta plugin
- Enter the repository url: https://github.com/decaf-dev/obsidian-export-browser-tabs
- Click Add plugin
- Navigate to the community plugins list
- Enable Export Browser Tabs
This command will export all links into one file
- Open the Obsidian command palette
- Type Export tabs
- Click Export tabs into single note
- Press enter
This command will export each link into its own file
- Open the Obsidian command palette
- Type Export tabs
- Click Export tabs into multiple notes
- Press enter
This command will pull from your Android device and export each link into its own file
- Open the Obsidian command palette
- Type Export tabs
- Click Export tabs into multiple notes (Remote)
- Press enter
The name of your local browser. e.g. brave
The name of your remote browser. e.g. brave
The absolute path of your Android Development Bridge application. This is used if you want to export notes from an Android device.
The path in Obsidian that you want the exported files to save to
The file name that the file should be exported to. A timestamp will be added to the end. e.g. browser-tabs-1719556748
If true both the title and url will be exported. Otherwise, only the url will be exported.
# Enabled
[Google](https://google.com)
# Disabled
https://google.com
If you wish to save your exported files in a property, you may enter a value.
This plugin is distributed under the MIT License