primenote


Nameprimenote JSON
Version 1.5.2 PyPI version JSON
download
home_pagehttps://gitlab.com/william.belanger/primenote
SummaryFanciest sticky note-taking application. Now with Vim!
upload_time2024-03-28 17:46:54
maintainerNone
docs_urlNone
authorWilliam Belanger
requires_pythonNone
licenseNone
keywords sticky note plain rich text vim css pyqt qt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PrimeNote
PrimeNote is a clever and highly adaptable note-editing tool designed for both Linux and Windows. Its functionality allows for swift editing, storage, organization, and backup of an unlimited number of notes. With PrimeNote, users can take advantage of advanced text operations and an extensive range of modes encompassing text and image processing, as well as a built-in terminal emulator and Vim integration for advanced users. Its main features include;

- **Always-On-Top** - Notes stay at the forefront without causing any clutter on the taskbar.
- **Druide Antidote Grammar Tools** - PrimeNote offers built-in support for versions 9, 10 and 11.
- **Smart Formatting** - Input is standardized through the use of 'enhanced plain text', permitting basic text decorations.
- **Cross-Platform Compatibility** - Out of the box support available for Linux and Windows 7-10.
- **Well-Organized Layout** - Data is preserved in a folder structure using user-friendly formats.
- **Fernet Encryption** - Ensures the protection of critical and sensitive data.
- **Quick Search** - An in-built, keyboard-driven tool to swiftly flick through note titles and content.
- **Special Paste** - Quick text copying from PDF documents at your fingertips.
- **Image Support** - Offers basic image viewing features.
- **Customizability** - Extensive personalization, including appearance, menus, hotkeys, and mouse events, powered by CSS styling.
- **Virtual Machine Support** - Facilitates real-time editing and easy sharing of content within a shared note repository across multiple operating systems.
- **Command-Line Interface** - Get thorough access to all notes (exclusive to Linux, refer to 'pnote -h' for details).

# Getting Started — Installation
## Microsoft Windows
- For Windows 7 and above, download and execute the latest **[NSIS installer](https://gitlab.com/william.belanger/storage/-/raw/primenote/primenote-1.5.1.exe?inline=false)**

## Arch Linux
- Install `primenote-git` from the [Arch User Repository](https://aur.archlinux.org/packages/primenote-git) (AUR)
- To enable `console` and `vim` modes, install `qtermwidget` and `gvim` community packages.

## Debian Linux
As a convenience, a one-step install script is provided. As piping unknown scripts to bash is a controversial topic, use the manual installation procedure if preferred. In case that `pipx` is used for the first time, re-login after the installation may be required in order for `primenote` to be accessible from the command line.

### One-step automated install
* **Installation** `curl -sSL https://install.primenote.cc | bash`
* **Upgrade** `pipx upgrade primenote`
* **Uninstall** `pipx uninstall primenote`

### Manual install
```
# Update system packages
sudo apt-get update
sudo apt-get upgrade

# Install PrimeNote using the 'pipx' tool
sudo apt-get install pipx
pipx install --include-deps primenote
pipx ensurepath
```

### Vim and Console modes support
- Manually install `QTermWidget` with PyQt bindings enabled. Refer to the [QTermWidget project page](https://github.com/lxqt/qtermwidget) for more details.
- Install `vim-gtk` with client-server mode enabled

<br/>

# Advanced Features
## Customizable window styles and palettes
- All notes are decorated using CSS files located at the program root;
  - `ui/global.css`: defines the overall geometry and style for all notes
  - `ui/styles/*`: overrides and extend `global.css` attributes
  - `ui/palettes/*`: handles widgets and icons color schemes
- Users can extend those with custom palettes and styles, override or ignore them
- PrimeNote adds its own CSS selector `NoteDecorations` for enhanced customization

## Console mode
- In this mode, the text box is replaced with a native terminal emulator
- When a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) is found, the file content is automatically executed in the terminal
- More QTermWidget color schemes can be added into `ui/terminal`

## Vim mode
- Provides a fully featured Vim instance in every note
- System-independent `vimrc` file and theme files
- Two-way communication between Vim servers and PrimeNote command-line interface
- Default settings allow for a seamless design between the text editing modes

## Virtual machine support
PrimeNote can be used simultaneously across two operating systems (OS). Thus, one can share a note folder with another user, a backup server or a virtual machine.<br/>

PrimeNote fully supports symbolic links (symlinks) on Linux, and partially on Windows. Hence, all notes can be stored in a remote location simply by replacing the notes repository folder with a symlink. Likewise, a symlink can be added into the repository. On Windows, however, please note that shortcuts do not equal symlinks, which require administrator privileges. Thankfully, PrimeNote provide a utility to ease the addition of symlinks into the note repository.

**Virtual machine**
- Create a symlink to the host notes repository
- Place it into a folder shared with the client machine
- On the client side, open a PrimeNote instance and right click on the tray icon
- Select `Open in a file manager`
- Replace the opened folder by the symlink, or add the symlink into it

**Limitations**
- `Rename` and `move` operations on symlinks will behave unexpectedly if used across two OS
- Nested symlinks are not yet supported on Windows

<br/>

# Issues and bugs report
PrimeNote has been developed for X11 and Windows 7-10. Wayland is not currently supported. If you encounter any bugs, please report them in the [issues](https://gitlab.com/william.belanger/primenote/-/issues) section, including the last session log. Logs can be located at `~/.config/primenote/logs` on Linux and `C:\Users\<user>\primenote\logs` on Windows.

<br/>

# Contribution
* C++ developers: Help is needed for an upstream contribution to [LXQt's QTermWidget project](https://github.com/lxqt/qtermwidget), in order to streamline PyQt-compatible deployment across Linux distributions.
* Python developers: We need unit tests for everything.
* Graphic artists: We would welcome assistance to create a logo, banner, and corresponding application icon.
* [Donations](https://www.paypal.com/donate?hosted_button_id=7UTK3HPH6Q5DG) are greatly appreciated and help cover hosting costs.


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/william.belanger/primenote",
    "name": "primenote",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "sticky note plain rich text vim css pyqt qt",
    "author": "William Belanger",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/29/b9/f39a0c68b7de6756a3e099297ee1db0c9523929453a7ad4aafb7c7c9141e/primenote-1.5.2.tar.gz",
    "platform": "Linux",
    "description": "# PrimeNote\nPrimeNote is a clever and highly adaptable note-editing tool designed for both Linux and Windows. Its functionality allows for swift editing, storage, organization, and backup of an unlimited number of notes. With PrimeNote, users can take advantage of advanced text operations and an extensive range of modes encompassing text and image processing, as well as a built-in terminal emulator and Vim integration for advanced users. Its main features include;\n\n- **Always-On-Top** - Notes stay at the forefront without causing any clutter on the taskbar.\n- **Druide Antidote Grammar Tools** - PrimeNote offers built-in support for versions 9, 10 and 11.\n- **Smart Formatting** - Input is standardized through the use of 'enhanced plain text', permitting basic text decorations.\n- **Cross-Platform Compatibility** - Out of the box support available for Linux and Windows 7-10.\n- **Well-Organized Layout** - Data is preserved in a folder structure using user-friendly formats.\n- **Fernet Encryption** - Ensures the protection of critical and sensitive data.\n- **Quick Search** - An in-built, keyboard-driven tool to swiftly flick through note titles and content.\n- **Special Paste** - Quick text copying from PDF documents at your fingertips.\n- **Image Support** - Offers basic image viewing features.\n- **Customizability** - Extensive personalization, including appearance, menus, hotkeys, and mouse events, powered by CSS styling.\n- **Virtual Machine Support** - Facilitates real-time editing and easy sharing of content within a shared note repository across multiple operating systems.\n- **Command-Line Interface** - Get thorough access to all notes (exclusive to Linux, refer to 'pnote -h' for details).\n\n# Getting Started \u2014 Installation\n## Microsoft Windows\n- For Windows 7 and above, download and execute the latest **[NSIS installer](https://gitlab.com/william.belanger/storage/-/raw/primenote/primenote-1.5.1.exe?inline=false)**\n\n## Arch Linux\n- Install `primenote-git` from the [Arch User Repository](https://aur.archlinux.org/packages/primenote-git) (AUR)\n- To enable `console` and `vim` modes, install `qtermwidget` and `gvim` community packages.\n\n## Debian Linux\nAs a convenience, a one-step install script is provided. As piping unknown scripts to bash is a controversial topic, use the manual installation procedure if preferred. In case that `pipx` is used for the first time, re-login after the installation may be required in order for `primenote` to be accessible from the command line.\n\n### One-step automated install\n* **Installation** `curl -sSL https://install.primenote.cc | bash`\n* **Upgrade** `pipx upgrade primenote`\n* **Uninstall** `pipx uninstall primenote`\n\n### Manual install\n```\n# Update system packages\nsudo apt-get update\nsudo apt-get upgrade\n\n# Install PrimeNote using the 'pipx' tool\nsudo apt-get install pipx\npipx install --include-deps primenote\npipx ensurepath\n```\n\n### Vim and Console modes support\n- Manually install `QTermWidget` with PyQt bindings enabled. Refer to the [QTermWidget project page](https://github.com/lxqt/qtermwidget) for more details.\n- Install `vim-gtk` with client-server mode enabled\n\n<br/>\n\n# Advanced Features\n## Customizable window styles and palettes\n- All notes are decorated using CSS files located at the program root;\n  - `ui/global.css`: defines the overall geometry and style for all notes\n  - `ui/styles/*`: overrides and extend `global.css` attributes\n  - `ui/palettes/*`: handles widgets and icons color schemes\n- Users can extend those with custom palettes and styles, override or ignore them\n- PrimeNote adds its own CSS selector `NoteDecorations` for enhanced customization\n\n## Console mode\n- In this mode, the text box is replaced with a native terminal emulator\n- When a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) is found, the file content is automatically executed in the terminal\n- More QTermWidget color schemes can be added into `ui/terminal`\n\n## Vim mode\n- Provides a fully featured Vim instance in every note\n- System-independent `vimrc` file and theme files\n- Two-way communication between Vim servers and PrimeNote command-line interface\n- Default settings allow for a seamless design between the text editing modes\n\n## Virtual machine support\nPrimeNote can be used simultaneously across two operating systems (OS). Thus, one can share a note folder with another user, a backup server or a virtual machine.<br/>\n\nPrimeNote fully supports symbolic links (symlinks) on Linux, and partially on Windows. Hence, all notes can be stored in a remote location simply by replacing the notes repository folder with a symlink. Likewise, a symlink can be added into the repository. On Windows, however, please note that shortcuts do not equal symlinks, which require administrator privileges. Thankfully, PrimeNote provide a utility to ease the addition of symlinks into the note repository.\n\n**Virtual machine**\n- Create a symlink to the host notes repository\n- Place it into a folder shared with the client machine\n- On the client side, open a PrimeNote instance and right click on the tray icon\n- Select `Open in a file manager`\n- Replace the opened folder by the symlink, or add the symlink into it\n\n**Limitations**\n- `Rename` and `move` operations on symlinks will behave unexpectedly if used across two OS\n- Nested symlinks are not yet supported on Windows\n\n<br/>\n\n# Issues and bugs report\nPrimeNote has been developed for X11 and Windows 7-10. Wayland is not currently supported. If you encounter any bugs, please report them in the [issues](https://gitlab.com/william.belanger/primenote/-/issues) section, including the last session log. Logs can be located at `~/.config/primenote/logs` on Linux and `C:\\Users\\<user>\\primenote\\logs` on Windows.\n\n<br/>\n\n# Contribution\n* C++ developers: Help is needed for an upstream contribution to [LXQt's QTermWidget project](https://github.com/lxqt/qtermwidget), in order to streamline PyQt-compatible deployment across Linux distributions.\n* Python developers: We need unit tests for everything.\n* Graphic artists: We would welcome assistance to create a logo, banner, and corresponding application icon.\n* [Donations](https://www.paypal.com/donate?hosted_button_id=7UTK3HPH6Q5DG) are greatly appreciated and help cover hosting costs.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Fanciest sticky note-taking application. Now with Vim!",
    "version": "1.5.2",
    "project_urls": {
        "Homepage": "https://gitlab.com/william.belanger/primenote"
    },
    "split_keywords": [
        "sticky",
        "note",
        "plain",
        "rich",
        "text",
        "vim",
        "css",
        "pyqt",
        "qt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29b9f39a0c68b7de6756a3e099297ee1db0c9523929453a7ad4aafb7c7c9141e",
                "md5": "3df44e7db86068514386c84409af135d",
                "sha256": "3982af3b46a73cf471de6c6b63e54a3a496be8d10b567232390abef140250f78"
            },
            "downloads": -1,
            "filename": "primenote-1.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3df44e7db86068514386c84409af135d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 965503,
            "upload_time": "2024-03-28T17:46:54",
            "upload_time_iso_8601": "2024-03-28T17:46:54.099629Z",
            "url": "https://files.pythonhosted.org/packages/29/b9/f39a0c68b7de6756a3e099297ee1db0c9523929453a7ad4aafb7c7c9141e/primenote-1.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 17:46:54",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "william.belanger",
    "gitlab_project": "primenote",
    "lcname": "primenote"
}
        
Elapsed time: 0.23507s