Skip to content

Instantly share code, notes, and snippets.

View foeken's full-sized avatar

Andre Foeken foeken

  • Nedap
  • Groenlo, The Netherlands
View GitHub Profile
@foeken
foeken / scriptable.js
Created June 23, 2025 17:15
Calendar → Tana Paste
// Download the iOS/iPadOS Scriptable App:
// https://apps.apple.com/nl/app/scriptable/id1405459188
// Run the script through a Shortcut, or as a timed notification.
// Regex rules for Supertag choice
const tagRules = [
{ tag: '3P', re: /3P/i },
{ tag: '1-1', re: /(^\S* - \S*$)/i }
];
@foeken
foeken / patch-tana.css.sh
Last active June 16, 2025 06:26
Tana CSS (mar16)
#!/bin/zsh
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Tana Custom CSS Patch
# @raycast.mode compact
# Optional parameters:
# @raycast.icon 🚧
# @raycast.packageName Tana
/* Retro Gaming Console CSS for Tana System */
/* Import pixel fonts */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
/* Base styles and color palette */
:root {
--primary: #ff0066;
--secondary: #00ccff;
--accent: #ffcc00;
--dark: #222034;
/* Medium-inspired CSS for Tana */
/* Font settings */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&family=Source+Sans+Pro:wght@400;600&display=swap');
body {
font-family: 'Source Serif Pro', Georgia, serif;
line-height: 1.6;
color: rgba(41, 41, 41, 1);
background-color: #fff;
@foeken
foeken / reflect.inboxai
Created November 24, 2024 17:33
Reflect examples
[
{
"id" : "222273F7-7F1D-4912-9BAD-8110B26D9AD1",
"icon" : "folder",
"type" : "folder",
"instructions" : "",
"variables" : [
],
"identifier" : "reflect",
@foeken
foeken / llms.txt
Last active November 24, 2024 09:35
Inbox AI LLM Instructions
# Inbox AI
> Inbox AI is a MacOS application that allows users to automate tasks on their mac using AI. It allows for the creation of custom voice interfaces, can automatically handle incoming mail, and process images from screenshots, or by watching directories.
Important notes:
- Users will likely have a specific goal or task to automate which often requires an integration surface. Inbox AI supports APIs, Terminal Commands, and x-callback URLs.
- To assist, you can generate Inbox AI compatible actions in the JSON format described in the docs. When this file is downloaded and has the .inboxai extension, users can double-click install them.
- When possible generate a **downloadable file** for the user after assisting them in the right format.
- Do not show JSON to the user, this is simply an intermediate format. Instead explain WHAT you are doing. The user will have UI fields they can use to adjust the action.
/* ==UserStyle==
@name app.tana.inc - 10/21/2022, 9:02:58 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("app.tana.inc") {
body {
font-family: 'IBM Plex Sans';
@foeken
foeken / appleNotes.inboxai
Created October 20, 2024 13:12
Apple Notes actions
[
{
"displayName" : "Apple Notes",
"description" : "",
"variables" : [
],
"order" : 27,
"forceConfigurable" : false,
"identifier" : "appleNotes",
@foeken
foeken / todoist.inboxai
Created October 7, 2024 05:59
Inbox AI + Todoist: Extract Task + API
[
{
"forceConfigurable" : false,
"icon" : "folder",
"variables" : [
],
"id" : "948AA799-B00C-4F9F-AE46-D55D6DCC4D97",
"instructions" : "",
"identifier" : "todoist",
@foeken
foeken / tana.css
Created May 26, 2024 07:30
Most recent tana.csss
/* ==UserStyle==
@name app.tana.inc - 10/21/2022, 9:02:58 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("app.tana.inc") {
body {