Frequently Asked Questions

Get answers to common questions about HoverNotes, based on real user feedback and community discussions.

Browser Support

Questions about browser compatibility and technical requirements

Can I still take notes and copy-paste them in Brave Browser?

You don't need to anymore — HoverNotes works fully in Brave once you enable one setting. Go to brave://flags/#file-system-access-api, set it to Enabled, and restart Brave. Your notes will then sync automatically to your local Obsidian vault, just like in Chrome.

This question was asked in our Reddit community →

Is there a Firefox version available?

Currently, HoverNotes is only available for Chrome and Chromium-based browsers. Firefox doesn't support the File System Access API that allows us to save notes directly to your local Obsidian vault.

However, we're exploring Firefox support using Obsidian's app URL protocol (similar to how the Obsidian Web Clipper works). This would transfer notes to Obsidian through the app rather than direct file system access.

Firefox support is on our roadmap! We'll announce it as soon as it's ready.

Firefox support was discussed in our Reddit community →

Does HoverNotes work with Brave Browser?

Yes — it just needs one setting. Brave disables the File System Access API by default, which HoverNotes uses to save notes directly to your local Obsidian vault.

To enable it:

  1. Open a new tab and go to brave://flags/#file-system-access-api
  2. Set “File System Access API” to Enabled
  3. Click Relaunch to restart Brave

After restarting, HoverNotes works fully in Brave — vault sync, screenshots, and all.

What about Safari support?

Safari doesn't currently support the File System Access API required for HoverNotes to function. We're monitoring Safari's development roadmap and will add support if the necessary APIs become available.

How does Chrome's Manifest V3 affect HoverNotes?

Great news! HoverNotes is already built on Manifest V3, so you don't need to worry about compatibility issues. We've designed the extension from the ground up to work with Chrome's latest security and performance standards.

Privacy & Security

Understanding how your data is handled and protected

Is giving Chrome access to my Obsidian folder a privacy concern?

Technical reality: HoverNotes uses the showDirectoryPicker() API, which means it requests access only to the folder you explicitly choose. Technically, this permission includes the ability to read files in that folder.

What actually happens: We only write new files—we never read or modify existing ones. Here's why:

  • We don't know what custom plugins, markdown blocks, or syntax you're using
  • Reading unknown formats risks data corruption if we can't save them back correctly
  • Our tooling is optimized for structured markdown export, not editing existing files

Recommended setup: Create a separate subfolder within your vault (e.g., /HoverNotes) for clean separation and easier organization.

Our commitment: We built this for the Obsidian community—local-first, data-ownership folks like you.

This question was discussed in our Reddit community →

Where is my data stored?

Your notes and screenshots are stored locally on your computer in your chosen Obsidian vault folder. No cloud storage is required or used for your notes.

What stays local:

  • All your notes (pure markdown files)
  • Screenshots and images
  • Timestamps and video references

What uses our servers: Only AI processing for generating notes from video content. The video content itself is processed but not stored.

Can I use HoverNotes completely offline?

You can take manual notes and screenshots offline, but AI-generated notes require an internet connection since the AI processing happens on our servers. All your notes are still saved locally regardless of your connection status.

Features & Functionality

How HoverNotes works and what it can do for you

How accurate is the AI-generated content?

Extremely accurate. Our AI uses multimodal understanding that combines visual, audio, and contextual analysis. For technical content, it properly extracts code with syntax highlighting, understands implementation context, and captures dependencies that matter.

The AI processes both what's said and what's shown in the video for comprehensive understanding.

Do I need to manually take notes while watching?

Not at all! Enable AI Notes and HoverNotes automatically documents key concepts, extracts code snippets, captures visual elements, and generates clear explanations as you watch.

You can focus on learning instead of note-taking, while still having the option to add your own manual notes and screenshots when needed.

Can teams use this for shared learning?

Team collaboration features are coming soon! You'll be able to share learning notes, build collective knowledge bases from video training, and collaborate on technical documentation with teammates.

Currently, you can share your locally saved markdown files with team members through your preferred collaboration tools.

How does this enhance my Obsidian knowledge graph?

HoverNotes creates notes that become part of your knowledge network. Videos become connected to your existing notes through Obsidian's linking system, allowing you to build connections between video content and your other knowledge sources.

How is this different from other video note tools?

Unlike traditional video note-taking tools that just create isolated notes, HoverNotes integrates directly with your Obsidian vault. This means your video notes become part of your broader knowledge system, not just separate files.

Your notes live where your knowledge lives.

How does HoverNotes work with Obsidian?

HoverNotes saves your notes directly to your Obsidian vault in pure markdown format. Here's how:

  • Notes are saved as .md files that open instantly in Obsidian
  • Screenshots are saved locally alongside your notes
  • You can use all of Obsidian's features like linking, tagging, and plugins
  • One-click to open notes in Obsidian for advanced organization

It's designed to integrate seamlessly with your existing Obsidian workflow while adding powerful video note-taking capabilities.

What languages does the AI support?

HoverNotes can generate notes in up to 15 languages, including:

  • English
  • Spanish
  • French
  • German
  • Italian
  • Portuguese
  • Chinese
  • Japanese
  • Korean
  • Vietnamese
  • Thai
  • Indonesian
  • Hindi
  • Russian
  • Arabic
  • Dutch

The AI can watch videos in any language and generate notes in your preferred language, making it perfect for international learners.

Can I edit my notes after they're generated?

Since notes are saved as standard markdown files, you can edit them in Obsidian or any markdown editor. Your changes are preserved locally, and you have complete control over your notes.

How does the AI understand video content?

Our AI doesn't just transcribe—it actually "watches" the video like you do:

  • Automatically captures code snippets, diagrams, charts, and tables
  • Works without requiring transcripts or captions
  • Understands visual context and generates relevant notes
  • Combines audio and visual information for comprehensive understanding

This means you get structured, meaningful notes that capture both what's said and what's shown in the video.

What makes HoverNotes different from just using transcripts?

HoverNotes goes far beyond simple transcription:

  • Visual understanding: Captures code, diagrams, and visual elements
  • Structured notes: Organizes content into clear, readable markdown
  • Screenshots with context: Automatically captures relevant visuals
  • Timestamps: Links notes back to specific video moments
  • Local storage: Everything saved directly to your Obsidian vault

It's designed for active learning, not passive consumption.

Technical Details

Technical implementation and development questions

Are there plans for users to run AI processing locally for privacy?

Local AI processing isn't currently prioritized, but it's technically possible. You would need a fast transcription model (Fast Whisper), a video understanding model (Qwen2.5-VL-72B, VideoLLaMa2, or Gemma3), and an open source version of our note-taking code.

The challenge is that inference needs to be fast enough to run in real-time for 20MB video segments plus current note data input. Most users don't have the compute power to match cloud-based API speed.

This question was discussed in our Reddit community →

Is HoverNotes open source?

HoverNotes is not currently open source. While we deeply respect the open-source ethos—especially in the Obsidian community—HoverNotes is still an early, self-funded project.

For now, we've chosen to keep it closed-source to focus on rapid development and iteration based on user feedback.

That said, all processing happens locally on your machine except for AI-generated notes. No video data is uploaded or stored in the cloud—your notes are kept by you.

Can I run the AI processing locally?

Local AI processing isn't currently prioritized, but it's technically possible. You would need:

  • A fast transcription model (Fast Whisper should work)
  • A video understanding model (Qwen2.5-VL-72B, VideoLLaMa2, or Gemma3)
  • An open source version of our note-taking code (not yet available)

The challenge is that inference needs to be fast enough to run in real-time for 20MB video segments plus current note data input. Most users don't have the compute power to match the speed of our cloud-based AI processing.

Have you tested this with local models?

Yes, we've tested local models extensively. Since we're doing both real-time video input and transcription, we found that local models weren't performing fast enough for a smooth user experience. The majority of users don't have the compute power to generate real-time notes at the same speed as cloud-based APIs like Grok and Gemini.

What video formats and platforms does HoverNotes support?

HoverNotes works with any video that plays in your browser, including:

  • YouTube, Udemy, Coursera
  • Vimeo, Bilibili
  • University portals and internal training sites
  • Any website with HTML5 video players

The extension automatically detects video elements on any webpage, so there are no platform limitations or special requirements.

Getting Started

Pricing, setup, and usage information

Who is HoverNotes designed for?

Based on our user feedback, HoverNotes helps people when the stakes are high, time is limited, and they can't afford to forget what they're learning:

  • Medical students with complex lecture content
  • Law students and CPA candidates navigating dense study materials
  • Stock traders reviewing technical analysis
  • International learners generating notes in their native languages
  • Developers leveling up with Udemy and coding tutorials
  • Anyone who wants to turn video learning into permanent knowledge
How do I get started with HoverNotes?

Getting started is simple:

  1. Install the Chrome extension from the Chrome Web Store
  2. Set up your local storage folder (we recommend a subfolder in your Obsidian vault)
  3. Navigate to any video and start taking notes
  4. Your notes are automatically saved as markdown files
  5. Open them in Obsidian for advanced organization and linking

Install HoverNotes →

Can I use HoverNotes without Obsidian?

Yes! While HoverNotes is optimized for Obsidian users, it saves notes as standard markdown files that can be opened in any markdown editor. You'll still get all the benefits of local storage, AI-generated notes, and screenshots—you just won't have Obsidian's advanced linking and organization features.

Development & Future

Roadmap and development questions from the community

Will Firefox support be added using Obsidian's app URL protocol?

Firefox support is being explored using Obsidian's app URL protocol (similar to how the Obsidian Web Clipper works). This would transfer notes to Obsidian through the app rather than direct file system access.

However, there may be memory issues saving image-heavy notes in RAM initially as we wait until they're saved. This approach is different from the current workflow but could enable Firefox compatibility.

This approach was discussed in our Reddit community →

Ready to Transform Your Video Learning?

Join thousands of learners who are already using HoverNotes to capture and organize their video knowledge.