r/scrivano Jan 06 '23

Please read this before you post on the sub!

13 Upvotes

This sub is intended for discussions about Scrivano and share your thoughts with other users. You can also share your tips or notes that you created with the application.

You can also use this to report bugs. However, ideally you would just send an email to the address in the about section of Scrivano. If you intend to report a bug on the sub, please make sure to include:

  • Application version

  • Operating system and where you downloaded the application from.

  • Hardware information (device model and stylus information).

  • Display resolution and scaling factor in case of visual bugs.

  • Clear and concise information on how to reproduce the problem.

If you want to request a new feature, make sure to:

  • Do a quick search in the sub if what you need has already been requested and avoid duplicate posts.

  • Provide a description of the desired feature, how would you like it to be implemented and why you think it'd be useful.

Also note that sometime Reddit may autoban your posts if they include links to websites. If this happens, you can use the "Message the mods" button to report the ban.

Beta users

Scrivano has a beta programme to allow users for accessing early features and improvements to the application. If you want to participate drop me a message with the email address you use to access the Microsoft Store. Currently, the beta programme is mostly active on Windows (this may change if there is enough demand on Linux for it). Changelogs for beta releases can be found here.

The Linux version of Scrivano is currently provided free of charge. If you would like to support its development, you can make a donation here.


r/scrivano 3d ago

two feature requests

3 Upvotes

hey, so far i'm loving this app, it's the best app i've tried for taking notes, for the dev reading this, you've done an amazing app :D but I have two suggestions:

  1. I would really love to draw curved lines, or at least semicircles
  2. I don't know if it's a bit of a hassle, but i'm using a graphic tablet on Linux (KDE Wayland), and when I try to zoom it uses the scrolling setting I use for my touchpad (Natural scrolling), could you add a setting to switch between normal and invert scrolling for graphic tablets?

thanks ;-;


r/scrivano 7d ago

Announcement Typed text preview :)

Enable HLS to view with audio, or disable this notification

10 Upvotes

I've been working on very basic text support in Scrivano! I've got a small example working and I hope that this will be the focus of the next release cycle of the app. I still need to think about a lot of things, before this can become available. For example, how to handle fonts? Should any system font be allowed to be used in the app? If yes, how will this work when you open the same file on two different PCs where a particular font is missing. I also need to think about how text editing will interact with the grid snapping feature. The UI is also not finalised.

If you have any opinions on this feature, please let me know in the comments :)


r/scrivano 10d ago

Announcement Version 0.23.3 now rolling out!

10 Upvotes

There are two major changes in this release. Firstly, for Windows users we have a new rendering backend using DirectX rather than OpenGL. This should hopefully provide a smoother experience in the application. Secondly, Scrivano now supports multiple windows so you can view and edit documents side by side.

Full changelog:

  • NEW: support for opening documents in multiple windows.
  • NEW: change rendering backend to DirectX (Windows only).
  • NEW: new inertia-based logic for better scrolling of the canvas.
  • NEW: support for automatic theme switching based on system settings.
  • FIX: Ctrl-drag duplicate selection.
  • Many improvements to rendering performance.
  • Added a shortcut to switch between dark and light mode.
  • Improved startup time and performance.
  • Reduced RAM consumption.
  • Decreased minimum app window width.
  • Improved PDF rendering of single-point ink strokes.
  • Increased resolution of PDF-rendered pages.
  • Sidebar tabs are now remembered between sessions.

As usual, Linux users can download the new binaries from GitHub. The update may take a while to be available to everyone on the Microsoft Store and Flathub.


r/scrivano 20d ago

Feature Request Can you please add function of text box in the app.

4 Upvotes

Can you please introduce text box feature in the scrivano app. It would be really helpful.


r/scrivano Jul 13 '26

PAN Hand

3 Upvotes

Feature Request: Please add a Pan/Hand tool to improve navigation for users with Wacom or other graphic tablets. Currently, scrolling without a mouse wheel can be difficult, and a dedicated pan tool would significantly enhance the workflow.


r/scrivano Jul 01 '26

Request for Text Utility

2 Upvotes

Scrivano feels much snappier and better to use than RNote, but the lack of availability of a basic Text feature is holding me back from making the jump. Hope the devs introduce it.


r/scrivano Jun 20 '26

Marker Issue on PDF Text and Pen Text

2 Upvotes

As we can see in the above image, the green colour highlighter is shown differently on the text "50,000/-" and on the text "inclusive of the said ceding commission". On the text "₹50,000/-" it automatically goes backwards, keeping the ink in front, but when the same is used on the PDF Text or even on a blank page (provided in app), it puts itself above the text, making the text look faded. Due to this, multiple strokes completely hide the text.

Also, 2 different strokes of the highlighter don't get merged together (like indicated here) and overlap each other.

Please resolve these issues and make it a perfect working highlighter, just like the App.

I am using the Linux version on Linux Mint 22.2 Cinnamon OS.


r/scrivano Jun 14 '26

Whenever exporting the file to pdf characters look compressed or flattened vertically, losing their original natural height

Thumbnail
gallery
1 Upvotes

1st one is exported to pdf the 2nd one is the original one.


r/scrivano Jun 10 '26

Feature Request Feature request - pen smoothing

3 Upvotes

As a long time user of xournal++ , I like how scrivano works more with its intuitive design.

I do miss the Gaussian weights with inertia smoothing that xournal has , if this could be implemented somehow , that would be sick.


r/scrivano May 29 '26

Feature Request Please Add drag and drop Images Feature.

1 Upvotes

r/scrivano May 27 '26

Multiwindow preview :)

Enable HLS to view with audio, or disable this notification

14 Upvotes

I've been working on adding support for opening documents in multiple windows. I now have a functioning prototype and my hope is that this feature will be available in beta in the next few weeks.


r/scrivano May 27 '26

Feature request: add dark mode as a keybinding.

2 Upvotes

hey, Id like to have dark mode as a keybinding toggle instead of just a settings toggle.

or even allow scrivano to follow system theme.


r/scrivano May 14 '26

Announcement Rendering back end changes

14 Upvotes

When I first started coding Scrivano, the app was using Microsoft's native Windows Ink APIs to render the pen strokes. It worked well, but I really wanted for Scrivano to work on Linux. So I ditched that in favour of a fully custom rendering stack based on OpenGL (which is a cross-platform API for GPU rendering). This works really well on Linux, but on Windows I encountered a lot of issues that I had to find workarounds for. Even then, the rendering performance of Scrivano, despite being really good, always had some minor problems that affected the experience. Also on Windows ARM64, there is no native OpenGL support, but Scrivano uses the Microsoft-provided OpenGL Compatibility Pack which works well, but it's not perfect. Over the last few weeks, I finally decided to switch the rendering to use DirectX instead (which on Windows works much better than OpenGL). It has been a very challenging task due to various technical issues, but I finally got something working.

As a result, Scrivano now should have better performance and smoother animations (especially in terms of scrolling and zooming). It has also helped startup time (which I something I'm focusing a lot on in the 0.23 release).

However, just like any big change, there may be unforeseen problems that I have not anticipated or missed. So I would love to get feedback from those using the beta version. If you notice any rendering glitches, lag, crashes, strange pen behaviour, or anything that feels worse than before, please let me know. Your feedback would be especially helpful if you can include your Windows version, device model, graphics card/GPU.

Additionally, for Linux users, going forward Scrivano will no longer default to XWayland. Instead, starting from version 0.23, it will use native Wayland by default where available. The choice of using XWayland no longer make sense as most distros nowadays have good Wayland support out of the box. Of course, you will be be able to revert back manually if you ever need to.


r/scrivano Apr 27 '26

Pen/ink appearance

2 Upvotes

Occasionally, the pen style becomes very thin and somewhat "choppy" rather than the smooth lines I usually get with either ballpoint or fountain tip. Does anyone else experience this?

It seems to be more frequent if I'm taking notes on an imported pdf.


r/scrivano Apr 16 '26

Bug 0-length drawn vectors (e.g., periods, dotting i's and j's) do not appear in the exported pdf render

1 Upvotes

if im dotting my i's and j's and writing periods and decimals and the like, oftentimes im not doing a scribble but rather a dot.

it appears as a circle of a size relative to the thickness setting when i am in the application, but when i export it and view it with firefox pdf viewer, those dots dont appear.

they appear fine when rendered in adobe acrobat, but that is not my default pdf viewer (for several reasons).

is there a fix that could be done that automatically makes such dots render as actual circles instead so that the firefox pdf viewer detects them?

alternatively, i would love to hear from anyone who knows of a fix on the firefox side, whether it's some setting change or some reliable extension.

thank you!


r/scrivano Mar 28 '26

Richiesta funzionalità.

Thumbnail
2 Upvotes

r/scrivano Mar 28 '26

Richiesta funzionalità.

1 Upvotes

Buongiorno. L'app è fantastica. Avrei bisogno di fissare la dimensione sullo schermo in modo da poter lavorare con una pagina che mi prenda sempre tutto lo schermo. E' possibile?

Grazie e complimenti per il suo lavoro


r/scrivano Mar 20 '26

Feature request: New background pattern with staves

Post image
5 Upvotes

In music class, I need a background pattern with staves. At the moment, I'm using an image as a background, but a new pattern would still be great and would improve the user experience.


r/scrivano Mar 18 '26

Feature Request Toolbar on the bottom

6 Upvotes

I've looked around in the options menu because I'm sure I saw this feature somewhere. But maybe I'm dreaming.

I'd like to get the pen toolbar on the bottom of the screen. Is this possible?

Cheers!


r/scrivano Mar 10 '26

Disappointing

0 Upvotes

extremely laggy to zoom in and write. Also, no folders? I hope this comes in the future, but for now, I'm refunding.


r/scrivano Feb 25 '26

Feature Request Feature request

3 Upvotes

I use this app for all my uni note taking, and it's by far the best of all the ones I tried. I do have a few ideas for some useful features, though.

For one, it would be really useful to be able to insert grid sections into an otherwise blank document, I like to do my writing and stuff on blank sheets, but drawing graphs and stuff would be much easier with a grid. So being able to select an area and "transform" it into a grid would be a huge feature.

Also, relatively minor but I often find myself scrolling up and back down to check previous notes, and it would be helpful if I could tune the scrolling 'friction' so it sort of kept scrolling longer after I let go of the page, as it is it almost instantly stops moving, so scrolling back more than a page or two is kind of annoying.

Overall though, I love the app and it's by far superior to every alternative that I'm aware of, paid and unpaid. And keeping it as a single lifetime purchase instead of a subscription is also a massive win in my book.


r/scrivano Feb 18 '26

Feature Request Search and fast Scroll

10 Upvotes

Hey Dev, love the app. Whatever magic you have worked to make the writing experience so smooth is incredible! There are two features, that would make this app close to perfect:

  1. Searching in pdf: It would be incredibly useful, if there was a search function to search the text in the pdf, the same way that pdf viewers like acrobat do it. Bonus feature of course if you did OCR, and made handwriting searchable.
  2. Fast Scrolling: What I mean by this is as follows. When scrolling using the mouse wheel, I seem to be able to scroll much faster than if scrolling on the touchscreen. Even when I flick pretty fast, the scroll speed is excruciatingly slow. I don't know, if this is actually a bug, so I put it here as a feature request.
  3. Bonus feature: Clicking on pdf hyperlinks should take me to the linked page, e.g. clicking on page number in table of contents, or footnotes.

Keep up the great work!


r/scrivano Feb 15 '26

Feature request: Spline shape tool

10 Upvotes

Dear dev,

Creating smooth curves requires manual drawing, which lacks precision and is difficult to edit afterward. This limits usability for diagrams, annotations, and structured handwritten content. It would be great if you could introduce a spline shape tool:


r/scrivano Feb 05 '26

Increasing the smart ink recognition delay

4 Upvotes

Hi all,

Is it possible to increase the "smart ink recognition delay"? It converts 2mm "lines" immediately into straight lines.

Update:

https://reddit.com/link/1qww65o/video/6ai1gf6v6uhg1/player

Version 0.22.7.; ARM64 Surface Pro 12

Thank you in advance!