8000 GitHub - smythp/mundi: Chrome extension to save the current tab to an org file under a specific topic.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

smythp/mundi

Repository files navigation

Speculum Mundi

Mundi is a Chrome extension that allows you to save the current tab to an Org-mode file under specific topics/headings. The UI is simple and high contrast.

Features

  • Save current tab URL and title to an Org-mode file
  • Organize bookmarks under specific topics/headings
  • Add optional notes to bookmarks
  • Remember the last used topic
  • Customizable keyboard shortcut (default: Alt+Shift+M)

Installation

Local Development Installation

  1. Clone or download this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" (toggle in the top right)
  4. Click "Load unpacked" and select the directory containing this extension
  5. The extension should now appear in your extensions list

Usage

  1. First-time setup:
    • Click the Mundi icon in your browser toolbar
    • Select your Org file when prompted (or go to Options to set it up)

Save link:

  • Navigate to a page you want to bookmark
  • Press the keyboard shortcut (default: Alt+Shift+M) or click the Mundi icon
  • Edit the title if needed
  • Select a topic from the dropdown
  • Add optional notes
  • Click "Save"
  1. Customize keyboard shortcut:
    • Go to chrome://extensions/shortcuts in your browser
    • Find "Mundi - Org Mode Bookmarker" in the list
    • Click the pencil icon and set your preferred shortcut

File Format

Mundi saves bookmarks in standard Org-mode format:

* Topic
*************** [[https://example.com][Page Title]] :bookmark:
   :PROPERTIES:
   :ADDED: [2023-04-05 15:30]
   :END:

   Optional notes about the bookmark

Mundi can save to a heading depth of 14. If you need more than that, I don't know what to tell you. Links are saved with fifteen asterisks, which is a heading without hierarchy in org.

Permissions

  • activeTab: To access the current tab's URL and title
  • storage: To store settings and the last used topic
  • File system access: To read and write to your Org file (requires user permission)

License

MIT

About

Chrome extension to save the current tab to an org file under a specific topic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0