Connect your browser with your notes in Obsidian
This is an unofficial Chrome extension for Obsidian that allows you to create or add to existing entries in your notes with information you've found online in your browser.
Features:
- Templates: Configure how your content will appear in your notes by editing simple templates. Want to add information that isn't the page title, URL, or the text you've selected? You can change the content you are about to send to your notes on a case-by-case basis by clicking on the "Entry Details" dropdown from the pop-up menu.
- Note Recall: Have you been to this page before? Maybe you already have notes about it? Obsidian Web can search your notes to see if you've mentioned this page before, and if so, let you open that note in Obsidian or update it with new content.
- Periodic Notes: Want to append or patch your daily, weekly, monthly, or yearly notes? This gives you an "Append to current daily note" option out-of-the-box, but maybe you want to use a different interval or insert your content in a specific section of your daily note? Just modify the template and you can.
To get started:
1. Install this extension from the Chrome Web Store
2. Install & enable the "Local REST API" plugin from the Community Plugins section in Obsidian.
3. Click on the "Obsidian Web" icon in your toolbar and follow the instructions.
To report a bug: https://github.com/coddingtonbear/obsidian-web/issues
To request a feature: https://github.com/coddingtonbear/obsidian-web/discussions
New in version 3.0.0:
- A completely new Pop-Up that's a lot easier to use and understand.
- It's now shown inside your page content and allows you to leave the pop-up open while you collect whatever content you want to gather from the page without needing to close and re-open the pop-up every time you realize you need to copy something from your page. You can drag the pop-up around, too, if it's in the way!
- Templates are shown and rendered on-the-fly in the interface so you can better understand how your templates are used for generating your notes.
- It's now launchable by a keyboard shortcut -- by default Alt+Shift+O. You can find instructions for how to change the keyboard shortcut in Options. Closing the pop-up is also doable from the keyboard now, too -- just press your Esc key.
- There's now support for connecting to Obsidian instances other than the one running on localhost for those of you who are using Docker images or have Obsidian running on another machine in your network.
- Extra context is provided from Readability (https://github.com/mozilla/readability) in addition to your page content. Now the title, length, excerpt, byline, etc. information that Readability extracts from the document are available as context variables.
New in version 2.2.0:
- Automatic Drafting: You can now open and modify the content in the pop-up menu multiple times without losing what you had previously entered.
- Markdown Selections: Selection is provided as Markdown text instead of a plain-text string.
- Import/Export: Settings can be exported and imported as a JSON file.
New in version 2.1.0:
- Note Recall (optionally-enabled)
- When opening the extension pop-up, the extension will search your notes to see if you've mentioned this URL before and provide you options for opening or editing that existing note if so.
- Optionally, will search your notes in the background while browsing the web and let you know (by showing a badge on the extension icon) if you've mentioned this page before or if you have a dedicated note for it without requiring you to open the extension pop-up to find out.
- Improved page content snapshots. Since version 2.0.0, page content has been available via the {{page.content}} template variable -- now that content has been trimmed down to include only what matters using Readability.js.
- New {{uuid}} template function allowing you to randomly generate IDs for your notes.
New in version 2.0.0:
- Several new template helpers are available including:
- {{date}}: Displays a timestamp. Can also receive a second argument for declaring format.
- {{filename FIELD}}: Removes filename-unsafe characters from FIELD. Useful when creating a new document from, for example, a page title.
- {{json FIELD}}: JSON-encodes the string in FIELD. Useful for including arbitrary page details in YAML frontmatter.
- {{quote FIELD}}: Prefixes every line of FIELD with a '>' so as to display it as a blockquote in your notes.
- Handlebars is now used as the template language, allowing for much-more-complex template logic.
- Page content (as markdown) is available for use in your templates.
- A new 'Capture page snapshot' default template exists that will capture as a markdown document and save it into your notes.
- A new 'Restore default templates' button allowing you to restore the original default templates should you have accidentally deleted them or want to see the original versions for reference.