https://github.com/peter88213/nv_extra_view
A "detach text viewer" plugin for novelibre
https://github.com/peter88213/nv_extra_view
Last synced: 9 days ago
JSON representation
A "detach text viewer" plugin for novelibre
- Host: GitHub
- URL: https://github.com/peter88213/nv_extra_view
- Owner: peter88213
- License: gpl-3.0
- Created: 2025-01-06T20:20:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T14:41:38.000Z (3 months ago)
- Last Synced: 2025-02-02T15:30:41.360Z (3 months ago)
- Language: Python
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/peter88213/nv_extra_view/raw/main/dist/nv_extra_view_v0.4.1.pyzw)
[](docs/changelog.md)
[](https://github.com/peter88213/novelibre/discussions)# nv_extra_view
The [novelibre](https://github.com/peter88213/novelibre/) Python program helps authors organize novels.
*nv_extra_view* is a "detach text viewer" plugin for novelibre

## Requirements
- [novelibre](https://github.com/peter88213/novelibre/) version 5.6+
## Download and install
### Default: Executable Python zip archive
Download the latest release [nv_extra_view_v0.4.1.pyzw](https://github.com/peter88213/nv_extra_view/raw/main/dist/nv_extra_view_v0.4.1.pyzw)
- Launch *nv_extra_view_v0.4.1.pyzw* by double-clicking (Windows/Linux desktop),
- or execute `python nv_extra_view_v0.4.1.pyzw` (Windows), resp. `python3 nv_extra_view_v0.4.1.pyzw` (Linux) on the command line.#### Important
Many web browsers recognize the download as an executable file and offer to open it immediately.
This starts the installation.However, depending on your security settings, your browser may
initially refuse to download the executable file.
In this case, your confirmation or an additional action is required.
If this is not possible, you have the option of downloading
the zip file.### Alternative: Zip file
The package is also available in zip format: [nv_extra_view_v0.4.1.zip](https://github.com/peter88213/nv_extra_view/raw/main/dist/nv_extra_view_v0.4.1.zip)
- Extract the *nv_extra_view_v0.4.1* folder from the downloaded zipfile "nv_extra_view_v0.4.1.zip".
- Move into this new folder and launch *setup.pyw* by double-clicking (Windows/Linux desktop),
- or execute `python setup.pyw` (Windows), resp. `python3 setup.pyw` (Linux) on the command line.---
[Changelog](docs/changelog.md)
## Usage
See the [instructions for use](docs/usage.md)
---
## License
This is Open Source software, and the *nv_extra_view* plugin is licensed under GPLv3. See the
[GNU General Public License website](https://www.gnu.org/licenses/gpl-3.0.en.html) for more
details, or consult the [LICENSE](https://github.com/peter88213/nv_extra_view/blob/main/LICENSE) file.