Remix.run Logo
klimeryk 7 hours ago

Self-plug: I created https://recalendar.me/ (open-source and always free) to solve this from a different perspective. It allows creating highly customized PDF calendars for e-ink tablets like ReMarkable. This gives you the "sketchy" part, making it more natural to input, doodle, make notes. But extensively utilize PDF links to make it easy to navigate the calendar. Plus other features, like pre-filling anniversaries/birthdays, custom templates per day, week, month, etc. to make it yours, fitting your particular needs. For example, I added an extra page after each Thursday, cause I always had some notes after therapy session then.

Unfortunately, something that's fundamentally hard to do with this approach is having a dynamic sync with an online calendar. That's because ultimately it's a PDF, with some device-specific layer with writing on top of it.

But in some ways, it could be seen as feature - I find it useful to copy "manually" the events to my ReCalendar. That automatically makes me reflect on them or just help me remember they're happening!

Of course, YMMV, good to have different options!

dunham an hour ago | parent | next [-]

Thanks for sharing. I may give this a try with the "Notability" application for iOS.

tecleandor 6 hours ago | parent | prev | next [-]

Have you though about adding synchronization from iCal calendars?

I was trying to find (or create) a tool to substitute Remarcal, that I'm using now with my Remarkable. It's working so-so lately, and it only works with a Remarkable (and I was thinking to switch to a Supernote I have around .

klimeryk 5 hours ago | parent [-]

ReCalendar supports loading any ICS file - but since you ultimately generate a PDF for the whole year, it will just load the events present at that moment in the calendar (see https://github.com/klimeryk/recalendar.js/issues/11#issuecom...). So it's good for quickly loading all the holidays in a given country or if you have some long-term recurring events. But it's not feasible to keep on syncing the calendar every day.

tecleandor 4 hours ago | parent [-]

If it could be run via cli I would do something similar to what Remarcal does (but more flexible, not being closed):

  - Check if there are changes on the live calendar (preferably with the ETag header)
  - If there are changes, download an updated iCal file
  - Launch the calendar generator using the updated iCal file to update the PDF
  - Sync the PDF to the eInk reader of choice
klimeryk 2 hours ago | parent [-]

Nice, TIL! I knew ReMarkable stored the written notes in a special file, but it sounded a bit hacky, so I did not want to touch that. Good to see someone managed to make it work! I'll have to look into it, thanks!

Edit: tracking here: https://github.com/klimeryk/recalendar.js/issues/23#issuecom...

tecleandor 2 hours ago | parent [-]

Yeah, you can update the PDF as you will, as the scribbles are saved in a parallel file. You can't, of course, change the number or location of the pages. It won't break, but the written notes will appear in the wrong page.

And it seems like the Supernote does it the same way, I haven't had time for testing.

I'll subscribe myself to the issue and say hi :)

spencerflem 6 hours ago | parent | prev [-]

Cool, this is really lovely stuff! Almost makes me want to get a ReMarkable just to try it out :)