bytewife / obsidian-browser2note

Browser extension that creates Obsidian notes from browser highlights.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Browser2Note

WARNING: This project is in heavy development.

Send editable highlighted text (and their URL) to ObsidianMD notes, quickly & flexibly!

This is a browser extension that supports Firefox & probably Chrome (needs testing). It is intended for an outline-heavy workflow.

Features

  • Send user-editable highlighted text & URL to a note
  • Select any line of text to place the your text under
  • Many keyboard shortcuts!
  • Automatically adds/removes bullet points based on context
  • Visually hides Markdown links from the user while viewing an existing note

What it looks like


Image of extension usage

Prerequisites

Getting started

Usage

Typical workflow is like this:

  • Highlight text in your browser
  • Open the Browser2Note popup (can be activated via shortcut)
  • Choose a file to place the highlight/information in
  • Click a line to place the highlight under
  • Indent/Unindent the highlight as needed
  • Edit the highlight as needed
  • Press 'Write to File'

Keep in mind that there are plenty of shortcuts to make this process easier.

Similar Projects

obsidian-web is similar; it allows for creating, storing, & appending to notes. It offers some flexibility for appending, but I wanted more; Browser2Note allows you to add text to any part of an existing note, as well as see its contents. It also comes with many useful features as stated above!

Contributing

If you'd like to contribute, feel free! This plugin was firstly written for my own use, and in a short amount of time. I will take any help I can get!

About

Browser extension that creates Obsidian notes from browser highlights.

License:MIT License


Languages

Language:TypeScript 56.7%Language:Vue 40.4%Language:HTML 1.8%Language:CSS 1.2%