Bear Notes Web Export Helper
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Bear Notes Web Export Helper scans the current page for Bear Notes web interface content, extracting note titles, tags, creation dates, modification dates, and note content from Bear web views. The floating panel provides export helpers including batch export of notes, format selection (Markdown, HTML, plain text), and metadata extraction. A summary shows note counts by tag, export history tracking, and progress indicators for batch operations. Filter notes by tag and date, preview export content, and one-click copy or download exported notes. Notes with attachments are highlighted, and export trends are tracked.
WHERE IT RUNS
Works on Bear Notes web interface pages, including note lists, tag views, and individual note views. The script detects notes using Bear-specific selectors and extracts note metadata. It works best on Bear Notes web interface pages.
HOW TO USE
The panel displays a summary of notes, tags, and notes with attachments, followed by a list of all detected notes. Each note shows its title, tags, and an attachment indicator. Select the export format (Markdown, HTML, or Plain text) using the dropdown. Click "Copy" on an individual note to export it, or use "Export All" to batch export all notes on the page. Export history is tracked and can be viewed or cleared. Click "Scan Notes" to refresh the list if the page updates.
MECHANISM — NOTE EXTRACTION WITH MULTI-FORMAT EXPORT
The script detects Bear notes by finding note containers using selectors (.note-item, .bear-note). From each container, it extracts the note title, content, tags, creation date, and attachment indicators using targeted sub-selectors. The export engine supports three formats: Markdown (with headers, tags, and metadata as comments), HTML (with semantic markup), and plain text (with simple formatting). Each format includes metadata (title, tags, creation date) for completeness. The batch export concatenates all notes with separators. Export history tracks each batch operation with timestamp, count, and format. All extraction and formatting runs client-side with no network calls.
THE PANEL
The floating panel is fully draggable and remembers its position per domain. Click the minimize button to collapse it to a small bubble, or press Escape to hide it. The panel automatically adjusts to different screen sizes and can be resized to show more content. All settings, including default export format and filtering preferences, are saved per domain. The panel integrates smoothly with any page layout using the BGPanel framework, maintaining clean separation from page content.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not send any data to external servers; all extracted note data, export history, and settings remain entirely local to your browser using GM_setValue. The script never reads password fields, hidden inputs, or file inputs. It stores only note titles, content, tags, dates, and export history from publicly visible Bear Notes page content. Note detection depends on the page structure; if notes are not detected, use the "Scan Notes" button to refresh extraction. The script works on Bear Notes pages and detects pages by hostname. Export content is copied to the clipboard and does not interact with the Bear application directly. Data persists across browser sessions and is isolated per browser profile.