Obsidian Web Obsidian Web

Productivity
Version: 2.2.3
Last Update: 2022-08-02

Overview

Obsidian Web is a Chrome extension developed by Adam Coddington. According to the data from Chrome web store, current version of Obsidian Web is 2.2.3, updated on 2022-08-02.
10,000+ users have installed this extension. 26 users have rated this extension with an average rating of .
developer website: coddingtonbear.net

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 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.

Rating

26 ratings

Total Installs

10,000+

Information

Last Update

2022-08-02

Current Version

2.2.3

Size

465KiB

Author

Adam Coddington

Website

coddingtonbear.net

Category

Productivity

Latest Reviews

See More

avatar Bryce Killian
2022-05-03

Confusing to use.

avatar Xinyu
2022-05-02

Awesome plugin, saved a lot of time!

avatar Ku Ku
2022-04-23

Non -English (Chinese Japanese Korea ) titles cannot create new note.

avatar Daniel Pichel
2022-04-04

Works like a charm! This is a life saver for Obsidian heavy users (like me)! WOW! Thank you for providing this. Keep the great work up :)

avatar Павел Кротких
2022-05-16

When I'm trying save page using "Append to current daily notes" I get this:
"""
Error
Could not send content to Obsidian: (Error Code 40060) Specified period is not enabled.
"""
Where can I enable period?