From 4dbef2fa1749b8085018a04cd997ec85dddb82d4 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Sun, 30 Jun 2024 09:36:15 -0400 Subject: [PATCH 1/3] Restore link to Figma templates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 067f1d1..6d89673 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ See [remarkable.guide](https://remarkable.guide/tech/factory-reset.html) for mor ### Template Builders +- [Daily Journal / Wardley Maps / Figma template](https://www.figma.com/community/file/1389237140795352688) - A daily planner/journal, Wardley Map, and forkable general starter kit for building custom templates with Figma. - [NoTeTo](https://noteto.needleinthehay.de/) - Design templates by drag and drop components - [ReCalendar.me](https://recalendar.me/) - Highly customizable online calendar generator optimized for reMarkable. - [Remarkable Grid Template Generator](https://xosh.org/remarkable-grid-template/) - Generate pixel perfect line grid and dotted grid templates From 8d2d90b6bd3dfb147b0ab9befcf6554f90a27d95 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sun, 30 Jun 2024 10:04:32 -0600 Subject: [PATCH 2/3] Remove 404 link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6d89673..f34a335 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,6 @@ See [remarkable.guide](https://remarkable.guide/tech/factory-reset.html) for mor - [remarkable-engineering](https://gitlab.com/asciiphil/remarkable-engineering) - Engineering-style grid templates. - [reMarkable-gtd-templates](https://github.com/BartKeulen/remarkable-gtd-templates) - "Getting Things Done" templates. - [reMarkable Templates](https://rm.ezb.io/) - A website to host and view community-built templates. -- [reMarkable-Templates](https://github.com/newtonhonk/reMarkable-Templates) - To Do templates with lines, checkboxes or text blocks. - [reMarkable_templates](https://github.com/steka/reMarkable_templates) - White lines/squares on gray background. - [reMarkabletemplates](https://github.com/equivocates/remarkabletemplates/) - Planner per 1 or 3 weeks. - [rM2Mods templates](https://github.com/DanielRunningen/rM2Mods/tree/main/assests/templates) - Collection of different templates. E.g., micro dots/grids, checklists, budgeting, boxes. From 8351a83e0f9ddac529d3a3d425694980a1d477a5 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sun, 30 Jun 2024 10:08:49 -0600 Subject: [PATCH 3/3] Allow 403 and 429 errors --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c886cc6..02fdd56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: - name: Checks run: | gem install awesome_bot - awesome_bot README.md --allow-ssl --allow-redirect + awesome_bot README.md --allow-ssl --allow-redirect --allow 403,429