Exporter

by altocomputer
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Decorate exported Apple Notes and Bear Notes with native app icons. Open notes in their source app from Obsidian.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Exporter

Obsidian plugin for exported Apple Notes and Bear Notes.

Decorates notes:// and bear:// links with native app icons and lets you open notes in their source app directly from Obsidian.

Works with Notes Exporter for Apple Notes and any Bear export that includes source URLs in frontmatter.

screenshot

Features

  • native app icons on notes:// and bear:// links in reading view, live preview, and properties panel
  • "Open in Apple Notes" / "Open in Bear" in file and editor context menus
  • native app icon button in the tab header bar
  • status bar showing source app and last modified time
  • command palette: "Open in native app"

Notes Exporter app

Export your Apple Notes and Bear Notes as markdown using Notes Exporter. Select folders or tags, export to a folder, and open it as an Obsidian vault.

Apple Notes folders Apple Notes tags Bear tags

How it works

The plugin reads source_url (or source / link) from frontmatter and matches it against notes:// and bear:// schemes.

Apple Notes exported files typically have frontmatter like:

source_url: "notes://showNote?identifier=..."

Install

From Obsidian community plugins

Search for "Exporter" in Settings > Community plugins > Browse.

Manual

Copy main.js, manifest.json, and styles.css to your vault at .obsidian/plugins/exporter/.

Development

npm install
npm run build       # build main.js
npm run dev         # watch mode
npm run typecheck   # type check

License

MIT