Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromflxzt/rnote

Sketch and take handwritten notes.

License

NotificationsYou must be signed in to change notification settings

maxstanley/rnote

 
 

Repository files navigation




CIDonate using Liberapay

Rnote

Sketch and take handwritten notes.

Rnote is an open-source vector-based drawing app for sketching, handwritten notes and to annotate documents and pictures.It is targeted at students, teachers and those who own a drawing tablet and provides features like Pdf and picture import and export,an infinite canvas and an adaptive UI for big and small screens.

Written in Rust and GTK4.

Features

  • Adaptive UI focused on stylus input
  • Pressure-sensitive stylus input with different and configurable stroke styles
  • Create many different shapes with the shape tool
  • Move, rotate, resize and modify existing content with the selection tool
  • Different document expansion layouts ( fixed pages, continuous vertical, infinite in every direction, .. )
  • Customizable background colors, patterns, sizes
  • Customizable page format
  • (Optional) pen sounds
  • Reconfigurable stylus button shortcuts
  • An integrated workspace browser for quick access to related files
  • Drag & Drop, clipboard support
  • Pdf, Bitmap and Svg image import
  • Document, document pages and selection export to many formats including Svg, Pdf, Xopp
  • Save and load the documents in the native.rnote file format
  • Tabs to work on multiple documents at the same time
  • Autosave, printing

Disclaimer

The file format is still unstable. It might change and break compatibility between versions.

Website

Rnote has a project website:rnote.flxzt.net

Installation

Linux

Download the official flatpak on Flathubhere.

Download on Flathub

MacOS

Thanks to @dehesselle the app is available on MacOS as an app bundle.
Check out therepository, the latest release can be downloadedhere.

Download MacOS app bundle

Windows

Download the Windows installer from the latest release which can be foundhere.

Download Windows installer

Install usingWinget:

winget install flxzt.rnote

Downgrading

Because the file format still is unstable, downgrading to a specific version might be necessary.

List all available past versions on flathub:

flatpak remote-info --log flathub com.github.flxzt.rnote

Pick the commit from the desired version and downgrade with:

sudo flatpak update --commit=<commit-hash> com.github.flxzt.rnote

After downgrading, the flatpak version can be pinned or unpinned with:

$ flatpak mask com.github.flxzt.rnote$ flatpak mask --remove com.github.flxzt.rnote

To update to the latest version again, unpin and runflatpak update.

Screenshots

overview
lecture_note_1
pdf_annotation
lecture_note_2

License

Rnote is available under the GPL-3.0-or-later. See the LICENSE file for more info.

Copyright (C) 2023  The Rnote AuthorsThis program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program.  If not, see <https://www.gnu.org/licenses/>.

Pitfalls & Known Issues

  • Drag & Drop not working -
    Make sure Rnote has permissions to the locations you are dragging files from. Can be granted in Flatseal (a Flatpak permissions manager)

  • Odd location for current file -
    When the directory displayed in the header title is something like/run/user/1000/../, rnote does not have permissions to access the directory. Again, granting them in Flatseal fixes this issue.

  • Stylus buttons move canvas / are not functional -
    Make sure that thexf86-input-wacom, drivers on X11 andlibinput on Wayland andlibwacom are installed and loaded.

  • While hovering with the stylus, other input events are blocked in some regions of the screen -
    Supposed to be palm rejection, but might be undesirable. If there is a left- / righthanded system tablet setting, make sure it is set correctly. Rnote can't disable this unfortunately. ( discussed in issue#329 )

  • One of the stylus buttons shortcut mapping does not work as intended -
    On some devices one stylus button is mapped to a dedicated "Eraser" mode (which is the back-side on other styli). The buttons in the shortcuts settings could then be inconsistent ( the secondary / upper button is actually the primary / lower button , or reverse ). To change the tool that is mapped to this "Eraser" mode, do the following:

    • Hover over the canvas, and press and hold the button that that is suspected to be mapped to the "Eraser" mode
    • Switch to the desired pen style while keeping the button pressed
    • When releasing the pressed button, it should switch back to the previous pen style
    • The pen style in the "Eraser" mode should now be remembered

Credits

  • A huge thanks to the contributors, translators and to all that donated. You are the ones that help keep the project going!
  • Freesound is the source for the pen sounds. The individual sounds are credited insounds/Licenses.md
  • Rough.js provides the algorithms for implementation of Rnote's rough shapes.
  • Pizarra is an innovative drawing app with advanced shaping and featuring an infinite zoom. It is a great inspiration of the architecture of Rnote. Go check it out!

Translations

Translation status

A great way to contribute to the project without writing code is adding a new or start maintaining an existing translation language. The translations files are located inrnote-ui/po/.

Creating translations for new languages or updating existing ones can be done in two ways:

  • take thernote.pot file and generate a new.po translation file from it, for example with "Poedit". Add the new translation language toLINGUAS and submit a PR with both changed files.
  • useweblate for an easy way to translate in the browser without having to deal with git.

Community

If you have any questions or want to start a general discussion, open a topic in theGithub Discussions section.
There is also the#rnote:matrix.org chat room.

File Format

The.rnote file format is a gzipped json file. It is (de)compressed with theflate2 crate and (de)serialized with theSerde crate.

So far breaking changes in the format happened in versions:

  • v0.2.0
  • v0.3.0
  • v0.4.0
  • v0.5.0

To be able to open and export older files that are incompatible with the newest version, look underInstallation /Downgrading to install older versions of Rnote.

Drawings Created With Rnote

If you have drawn something cool in Rnote and want to share it, submit a PR to add it here. :)

PikachuLoveSuits

Building

Build instructions for Linux are documented inBUILDING.md and for other platformshere

About

Sketch and take handwritten notes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust97.5%
  • Meson1.5%
  • Other1.0%

[8]ページ先頭

©2009-2025 Movatter.jp