Skip to content

Instantly share code, notes, and snippets.

@hecker
hecker / notion.js
Created March 11, 2023 14:20
Notion Template "Subscriptions" – Formulas
/// Use the Notion template:
/// https://janhecker.notion.site/dc8cc219c76e4af49bd49105a565a2de?v=ce428f09c9a146cbabb073709b81af43
///
/// Use this link to convert the code into a one-liner for Notion:
/// https://www.textfixer.com/tools/remove-line-breaks.php
/// Active until
dateAdd(
prop("Last renewal / bought"),
if (prop("Subscription") == "Weekly", 7, if (prop("Subscription") == "Monthly", 30, if (prop("Subscription") == "Yearly", 365, 0))),