Skip to content

Instantly share code, notes, and snippets.

@mi5ty
mi5ty / tana.css
Last active November 12, 2023 14:58
Tana Nodes CSS Snippets
/* custom font */
html {
--colorEditorText: var(--colorGray700);
font-family: Chivo;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
html.isDarkMode {
--colorEditorText: var(--colorGray300);
@mi5ty
mi5ty / tananodes_cheatsheet.md
Last active December 31, 2023 01:02
Tana Cheat Sheet

%%tana%%

  • Cheat Sheet
    • ✨ Tana Expressions
      • Title #tana-expression
        • Description:: A title expression composes values from the node into a title.
        • Attributes:: Search for Tana "Title" Attributes
      • Search #tana-expression
        • Description:: The search expression consists of a flat list of match-clauses that must be true for a node to match the search.
        • Attributes:: Search for Search Attributes + Search for Search Field Values
  • 🧩 Tana Attributes