rednotebook icon indicating copy to clipboard operation
rednotebook copied to clipboard

RedNotebook is a cross-platform journal

Results 118 rednotebook issues
Sort by recently updated
recently updated
newest added

## Summary of the changes in this pull request Added feature to enable auto indent in editor. - Checkbox added to preferences. - when enabled, text will auto indent to...

## Summary of the changes in this pull request Previously, a search would only return results with exact matches, that is if the search string is a substring of the...

Added support for copying files into the journal directory. This closes #163. I have added the method `add_file()` to the `Journal` class, following [this comment](https://github.com/jendrikseipp/rednotebook/issues/163#issuecomment-374143138). This method copies the given...

Reproducibility: 100% Way to reproduce: 1) copy the attached file to the data folder: [2021-09.txt](https://github.com/jendrikseipp/rednotebook/files/7247574/2021-09.txt) 2) launch program, navigate to the corresponding day 3) select the text string following the...

If you attempt to save a backup with the same date as an existing backup, a warning window states "A file with the name xxxxx already exists. Do you want...

**Describe the bug** Based on the documentation, it is possible to set the language used by rednotebook using environment variables. Even though I set the LANG environment variable with a...

bug

I'm using RedNotebook 2.20 on Windows 64 bits. I noticed that when I'm in Preview mode and I click Edit--> Copy the software crashes immediately and all changes in the...

**Describe the bug** free(): invalid pointer **To Reproduce** 1. pip3 install --user . 2. rednotebook **Versions:** - RedNotebook version : - Operating system and version: - CentOS Stream release 8...

bug

**Describe the bug** In Windows the paths to files use `\` instead of `/`. For example, if one inserts an image in RedNotebook, the code is `[""file:///C:\path\to\file"".jpg]`. Then if one...

bug

When trying to install via Flatpak on Fedora 34, I get the following error: ```bash Error: Error pulling from repo: GPG verification enabled, but no signatures found (use gpg-verify=false in...