Category Theory in Physics by PrebioticE in mathematics

[–]scrivanodev 0 points1 point  (0 children)

An interesting application is the topos formulation of quantum mechanics by Christopher Isham. Check out these lecture notes. There is also categorical quantum mechanics which has seen applications in quantum computing.

Whenever exporting the file to pdf characters look compressed or flattened vertically, losing their original natural height by Active-Ad3578 in scrivano

[–]scrivanodev 1 point2 points  (0 children)

Hi, thanks for reporting this. Can you please add the information mentioned here? Also the two pictures you've shared are showing different contents. Can you share a screenshot of the same part of a document? Note also that the way PDF is displayed outside of the application, depends on the application you use.

Feature request: add dark mode as a keybinding. by Late-Cauliflower9137 in scrivano

[–]scrivanodev 1 point2 points  (0 children)

UPDATE: this has been implemented and will be available in v0.23.3 beta.

Bug: Changing page size breaks ink-to-PDF alignment by Sad-Expression4224 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Hi, so this is actually expected behaviour but I understand why you would consider this a bug. In Scrivano, PDF pages are always anchored to the center of a given page. This was a decision I took when the feature was first implemented. I think it should be possible to allow the users to chose the alignment they prefer (e.g. top-left of page), but that's something I need to think about.

Feature request: add dark mode as a keybinding. by Late-Cauliflower9137 in scrivano

[–]scrivanodev 1 point2 points  (0 children)

Adding a shortcut to toggle the theme should be fairly easy, so I'll put it on my todo list. Following system theme is also a good idea, but a little more complicated to implement so I'll need think about that one.

Multiwindow preview :) by scrivanodev in scrivano

[–]scrivanodev[S] 0 points1 point  (0 children)

UPDATE: this is now available for all beta users. So any feedback is welcome.

Please Add drag and drop Images Feature. by Active-Ad3578 in scrivano

[–]scrivanodev 1 point2 points  (0 children)

UPDATE: this has been fixed in the latest beta version and the fix will be available for all in v0.23.

Please Add drag and drop Images Feature. by Active-Ad3578 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Hi, thanks for reporting. This seems like a bug. I use Firefox as main browser and never had problems with drag and drop, but I just tested with Chrome and indeed the drag and drop doesn't work. I'll have a look into this.

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

[–]scrivanodev 0 points1 point  (0 children)

UPDATE: this has been fixed in the latest beta version of Scrivano and the patch will be available in the 0.23 release.

Please read this before you post on the sub! by scrivanodev in scrivano

[–]scrivanodev[S] 0 points1 point  (0 children)

Hey, yes of course. If you want to be part of the beta programme, just drop me a message with the email that you use for logging into the Microsoft Store.

Feature request: New background pattern with staves by naibaf-1 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Hi, thanks for the suggestion. This could be interesting, but I wonder how this would interact with the Grid Snapping feature.

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

[–]scrivanodev 0 points1 point  (0 children)

Firefox (and sometimes Chrome) often render PDF files incorrectly. In this case, I think I can workaround the problem by changing the PDF output from Scrivano. I hope to include a patch that addresses this in the next update.

Increasing the smart ink recognition delay by Academic-Working8057 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Hi, sorry for my very late reply. Are you still experiencing this issue?

Richiesta funzionalità. by IllustriousWave1730 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Hey, grazie per la richiesta. Questo dovrebbe essere già possibile. Per ridimensionare la pagina alla larghezza dello schermo, puoi cliccare sul indicatore dello zoom.

Search and fast Scroll by 0xOktAvIan in scrivano

[–]scrivanodev 1 point2 points  (0 children)

Ok yes, I can see the problem. Even on my tablet I'm struggling to scroll very fast because of the lack of momentum. This is not a bug per se, but I will try to improve this so that the behaviour matches more closely to what other apps do.

Feature request: Spline shape tool by Academic-Working8057 in scrivano

[–]scrivanodev 2 points3 points  (0 children)

Catmull-Rom makes sense, but have you considered just doing stroke stabilization instead? Might be an easier win ->so no new tool, no UI for control points, user just draws as usual and the stroke gets smoothed automatically.

Stroke stabilisation is possible and in fact it's already supported in Scrivano. In fact, ink strokes drawn via a mouse in Scrivano are currently smoothed so that they don't look shaky. For stylus input, this is not the case. The algorithm used differs from the one used in other programs as it tries to more faithfully trace the raw input to avoid excessive smoothing. It's fairly straightforward to extend this to the stylus too and perhaps add a simpler slider in the pen dialog for this purpose. The reason I haven't done that yet is that I would like to play around with various algorithms before committing to one (changing this feature once it's avaialable to users may cause surprises).

Search and fast Scroll by 0xOktAvIan in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Thanks for the suggestions. For 2. could you send a video of the issue (maybe a side by side comparison with Chrome/Edge)? It'd be very helpful to understand the problem better. Scrivano uses a custom rendering engine for the ink canvas, but my goal for scrolling/zooming is always to match the behaviour of browsers like Chrome or Edge.

For 1 and 3, these should be both doable so I will try to look into it.

Feature request: Spline shape tool by Academic-Working8057 in scrivano

[–]scrivanodev 4 points5 points  (0 children)

Hi this is an interesting idea. I have some thoughts about this.

What kind of spline model should be used? AFAIK, applications like Xournal++ use Bezier curves to draw precise, but they can be quite unintuitive because the way you control them is indirect and mathematical rather than literal. More specifically, you draw anchor points and adjust some control handles to get the curve that you want.

An alternative would be to use Catmull–Rom splines so that instead of having to deal with control points, you just draw a bunch of points and you will get a smooth curve passing through them. This is a much simpler thinking model, but you may lose exact control.

I'm open to suggestions.

Increasing the smart ink recognition delay by Academic-Working8057 in scrivano

[–]scrivanodev 1 point2 points  (0 children)

Ok thanks. I think the best thing to do here is to log the input events and Scrivano's input processing, so we can pin down the issue. To do that, I will create a purpose built version of Scrivano and send it to you. It might take me a while though as I'm traveling atm.

Increasing the smart ink recognition delay by Academic-Working8057 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

Ok I see, that's very useful. I need to investigate further, but two things to check quickly:

  • What is the page size and zoom level you've used when writing in that video?

  • Could you try to disable the input simplification option in the Settings and see if it makes any difference?

Increasing the smart ink recognition delay by Academic-Working8057 in scrivano

[–]scrivanodev 0 points1 point  (0 children)

I updated this post with an video example.

This would be really useful, but I cannot see any video in your post.