arai-a / qnote

QNote add-on for Thunderbird email application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

  1. About
  2. Features
  3. Usage
  4. Storage
  5. Popup windows
  6. Screenshots
  7. Known issues
  8. Donations

About

This is source code repository for Thunderbird QNote add-on. To install extension just zip whole folder and rename file's extension to .xpi and add it to Thunderbird.

Features

  • Add notes to e-mail messages
  • Save note position, size, multiple default note positions
  • Searchable notes via Thunderbird's QuickFilter or Edit / Find / Search Messages
  • Various filter actions via Tools / Message Filters
  • Clipboard Copy / Paste
  • Mail pane column with note icon and / or note preview
  • Actions on multi message selection: create, update, delete, reset, copy, paste
  • Attach note to message body
  • Attach note when printing
  • Light / dark theme
  • Multiple locales and localized date formats
  • Auto tag message when adding note
  • Fully XNote++ (3.0.0) compatible
  • Import / export between to XNote++ (*.xnote) and QNote (*.qnote) formats
  • Supports older Thunderbird versions, starting 68.2.0

Usage

  • Alt+Q to toggle note
  • ESC to close note without saving
  • Right click context menu to delete note or reset note window
  • Use QuickFilter or Message Search to search notes (only for folder storage)
  • Use Filter Manager to create custom actions (only for folder storage)

Storage

There are two options for storing notes:

  • Inside extension
  • Outside extension in folder

Currently storing notes outside extension is more versatile and preffered way. This enables seaching notes and sharing with different computers using sharing mechanism like Dropbox, NFS, Windows / Samba share, etc. You can also use XNote++ folder.

When modifying XNote++ notes (.xnote extension) these will be saved in more versatile JSON format (.qnote extension).

If you are using internal storage then don't forget to export data before removing extension!

Popup windows

There are two options for note window:

  • Floating panel
  • Popup window

Floating panel has nicer looks but does not display well on MacOS. Fall back to Popup window if experience difficulties with Floating panel.

Screenshots

All screenshots (PNG)

Note popup UTF-8 chars Attach to message

Attach to print Column header Right click menu

Searchable notes Options page 1 Options page 2

Message filters Message search

Known issues

  • Search and filters working only when using folder storage option.
  • Does not work very well together with Conversations plugin.
  • TB 91.x versions does not work well on Macs when using Floating panel window option.

Donations

I enjoy some beer now and then. Much appreciated! ;)

About

QNote add-on for Thunderbird email application


Languages

Language:JavaScript 94.1%Language:HTML 3.6%Language:CSS 2.2%