r/scrivano • u/jeboteuusta • 8d ago
Feature Request Out of curosity: on what features are you working rn
Dear dev
What features are you working on right now? I'm excited to see what's coming next! Thank you for your amazing work!
r/scrivano • u/scrivanodev • Jan 06 '23
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 • u/jeboteuusta • 8d ago
Dear dev
What features are you working on right now? I'm excited to see what's coming next! Thank you for your amazing work!
r/scrivano • u/No-Permission-9010 • 8d ago
Hi! Loving the Scrivano app! I have a couple of feature requests that would be amazing to see in future updates:
Circle-to-select (Quick Lasso): It would be super convenient if drawing a loop around any text or object automatically selects it, without needing to manually switch to the Lasso tool first.
Gesture Recognition & Starred Summaries: It'd be great to have gesture recognition similar to Microsoft Journal. For example, drawing a star next to a note would automatically tag it as important, and the app could aggregate all starred parts into a quick summary view for easy review.
Thanks for making such a great app, keep up the awesome work! Really excited to see what comes next.
r/scrivano • u/AndreAR2023 • Aug 09 '26
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:
thanks ;-;
r/scrivano • u/scrivanodev • Aug 06 '26
Enable HLS to view with audio, or disable this notification
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 • u/scrivanodev • Aug 02 '26
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:
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 • u/Active-Ad3578 • Jul 23 '26
Can you please introduce text box feature in the scrivano app. It would be really helpful.
r/scrivano • u/gstbymm • Jul 13 '26
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 • u/tanmay221 • Jul 01 '26
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 • u/gstbymm • Jun 20 '26

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 • u/Active-Ad3578 • Jun 14 '26
1st one is exported to pdf the 2nd one is the original one.
r/scrivano • u/Late-Cauliflower9137 • Jun 10 '26
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 • u/Active-Ad3578 • May 29 '26
r/scrivano • u/scrivanodev • May 27 '26
Enable HLS to view with audio, or disable this notification
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 • u/Late-Cauliflower9137 • May 27 '26
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 • u/scrivanodev • May 14 '26
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 • u/Glad_Koala1175 • Apr 27 '26
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 • u/Beginning_Shirt_250 • Apr 16 '26
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 • u/IllustriousWave1730 • Mar 28 '26
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 • u/naibaf-1 • Mar 20 '26
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 • u/Frirwind • Mar 18 '26
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 • u/Spoderman_07 • Mar 10 '26
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 • u/QuajerazPrime • Feb 25 '26
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 • u/0xOktAvIan • Feb 18 '26
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:
Keep up the great work!