\documentclass[10pt,a4paper]{article}

% Packages
\usepackage{fancyhdr}           % For header and footer
\usepackage{multicol}           % Allows multicols in tables
\usepackage{tabularx}           % Intelligent column widths
\usepackage{tabulary}           % Used in header and footer
\usepackage{hhline}             % Border under tables
\usepackage{graphicx}           % For images
\usepackage{xcolor}             % For hex colours
%\usepackage[utf8x]{inputenc}    % For unicode character support
\usepackage[T1]{fontenc}        % Without this we get weird character replacements
\usepackage{colortbl}           % For coloured tables
\usepackage{setspace}           % For line height
\usepackage{lastpage}           % Needed for total page number
\usepackage{seqsplit}           % Splits long words.
%\usepackage{opensans}          % Can't make this work so far. Shame. Would be lovely.
\usepackage[normalem]{ulem}     % For underlining links
% Most of the following are not required for the majority
% of cheat sheets but are needed for some symbol support.
\usepackage{amsmath}            % Symbols
\usepackage{MnSymbol}           % Symbols
\usepackage{wasysym}            % Symbols
%\usepackage[english,german,french,spanish,italian]{babel}              % Languages

% Document Info
\author{lostrose}
\pdfinfo{
  /Title (todoist-shortcuts.pdf)
  /Creator (Cheatography)
  /Author (lostrose)
  /Subject (Todoist Shortcuts Cheat Sheet)
}

% Lengths and widths
\addtolength{\textwidth}{6cm}
\addtolength{\textheight}{-1cm}
\addtolength{\hoffset}{-3cm}
\addtolength{\voffset}{-2cm}
\setlength{\tabcolsep}{0.2cm} % Space between columns
\setlength{\headsep}{-12pt} % Reduce space between header and content
\setlength{\headheight}{85pt} % If less, LaTeX automatically increases it
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit
% This two commands together give roughly
% the right line height in the tables
\renewcommand{\arraystretch}{1.3}
\onehalfspacing

% Commands
\newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour
\newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols
\newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns
\newcommand{\tn}{\tabularnewline} % Required as custom column type in use

% Font and Colours
\definecolor{HeadBackground}{HTML}{333333}
\definecolor{FootBackground}{HTML}{666666}
\definecolor{TextColor}{HTML}{333333}
\definecolor{DarkBackground}{HTML}{F50000}
\definecolor{LightBackground}{HTML}{FEEFEF}
\renewcommand{\familydefault}{\sfdefault}
\color{TextColor}

% Header and Footer
\pagestyle{fancy}
\fancyhead{} % Set header to blank
\fancyfoot{} % Set footer to blank
\fancyhead[L]{
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{C}
    \SetRowColor{DarkBackground}
    \vspace{-7pt}
    {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent
        \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}}
    }
\end{tabulary}
\columnbreak
\begin{tabulary}{11cm}{L}
    \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Todoist Shortcuts Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{lostrose} via \textcolor{DarkBackground}{\uline{cheatography.com/110958/cs/21603/}}}
\end{tabulary}
\end{multicols}}

\fancyfoot[L]{ \footnotesize
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{LL}
  \SetRowColor{FootBackground}
  \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}}  \\
  \vspace{-2pt}lostrose \\
  \uline{cheatography.com/lostrose} \\
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Published 16th January, 2020.\\
   Updated 6th February, 2020.\\
   Page {\thepage} of \pageref{LastPage}.
\end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}}  \\
  \SetRowColor{white}
  \vspace{-5pt}
  %\includegraphics[width=48px,height=48px]{dave.jpeg}
  Measure your website readability!\\
  www.readability-score.com
\end{tabulary}
\end{multicols}}




\begin{document}
\raggedright
\raggedcolumns

% Set font size to small. Switch to any value
% from this page to resize cheat sheet text:
% www.emerson.emory.edu/services/latex/latex_169.html
\footnotesize % Small font.

\begin{multicols*}{2}

\begin{tabularx}{8.4cm}{x{2.24 cm} x{5.76 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Allgemein}}  \tn
% Row 0
\SetRowColor{LightBackground}
Strg + Klick & Mehrfachauswahl von Aufgaben \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
Shift + Klick & Mehrfachauswahl von Aufgaben \tn 
% Row Count 4 (+ 2)
% Row 2
\SetRowColor{LightBackground}
q & Schnelleingabe von Aufgaben \tn 
% Row Count 5 (+ 1)
% Row 3
\SetRowColor{white}
a & Neue Aufgabe am Ende hinzufügen \tn 
% Row Count 7 (+ 2)
% Row 4
\SetRowColor{LightBackground}
/ & Schnellsuche \tn 
% Row Count 8 (+ 1)
% Row 5
\SetRowColor{white}
u & Letzte Aktion Rückg{\"a}ngig machen \tn 
% Row Count 10 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{p{0.8 cm} x{7.2 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Sortierung}}  \tn
% Row 0
\SetRowColor{LightBackground}
s & Nach Datum sortieren \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
p & Nach Priorit{\"a}t sortieren \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
r & Nach Zust{\"a}ndigkeit sortieren \tn 
% Row Count 3 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{p{1.6 cm} p{6.4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filter Operatoren}}  \tn
% Row 0
\SetRowColor{LightBackground}
| & Oder \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\& & Und \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
! & Ohne \tn 
% Row Count 3 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{3.44 cm} x{4.56 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Etiketten Suchen/Filtern}}  \tn
% Row 0
\SetRowColor{LightBackground}
@Mail & Zeigt alle Aufgaben mit dem Etikett @Mail an \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
@Haus* & Zeigt alle Aufgaben mit einem beliebigen Etikett an, das mit „Haus" beginnt. Zum Beispiel @Hausaufgaben und @Haus \tn 
% Row Count 8 (+ 6)
% Row 2
\SetRowColor{LightBackground}
@Mail \& @warten & Zeigt alle Aufgaben an, die mit den Etiketten @Mail und @warten gekennzeichnet sind \tn 
% Row Count 12 (+ 4)
% Row 3
\SetRowColor{white}
keine Etiketten & Zeigt alle Aufgaben an, die nicht mit einem Etikett gekennzeichnet wurden \tn 
% Row Count 16 (+ 4)
% Row 4
\SetRowColor{LightBackground}
(heute | überf{\"a}llig) \& @Mail & Zeigt alle mit dem Etikett @E-Mail gekennzeichneten Aufgaben an, die heute f{\"a}llig oder überf{\"a}llig sind \tn 
% Row Count 21 (+ 5)
% Row 5
\SetRowColor{white}
7 Tage \& @warten & Zeigt alle mit dem Etikett @warten gekennzeichneten Aufgaben an, die in den n{\"a}chsten 7 Tagen f{\"a}llig sind \tn 
% Row Count 26 (+ 5)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Datum Wiederkehrend Start/Ende}}  \tn
% Row 0
\SetRowColor{LightBackground}
t{\"a}glich ab 3. Aug. & Jeden Tag ab 3. August \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
ab 3. Aug. & Jeden Tag ab 3. August \tn 
% Row Count 4 (+ 2)
% Row 2
\SetRowColor{LightBackground}
jeden Tag bis 3. Aug. & Jeden Tag ab heute bis 3. August \tn 
% Row Count 6 (+ 2)
% Row 3
\SetRowColor{white}
t{\"a}glich ab heute bis 3. August & Jeden Tag ab heute bis 3. August \tn 
% Row Count 8 (+ 2)
% Row 4
\SetRowColor{LightBackground}
jeden Tag für 3 Wochen & Ab heute jeden Tag für die n{\"a}chsten 3 Wochen \tn 
% Row Count 11 (+ 3)
% Row 5
\SetRowColor{white}
t{\"a}glich für 3 Wochen & Ab heute jeden Tag für die n{\"a}chsten 3 Wochen \tn 
% Row Count 14 (+ 3)
% Row 6
\SetRowColor{LightBackground}
jeden Tag vom 10. Mai bis zum 20. Mai & Jeden Tag vom 10. Mai bis zum 20. Mai \tn 
% Row Count 16 (+ 2)
% Row 7
\SetRowColor{white}
t{\"a}glich vom 10. Mai bis zum 20. Mai & Jeden Tag vom 10. Mai bis zum 20. Mai \tn 
% Row Count 18 (+ 2)
% Row 8
\SetRowColor{LightBackground}
alle 6 Wochen um 9:00 Uhr ab dem 3. Januar & Alle 6 Wochen ab dem 3. Januar um 9 Uhr \tn 
% Row Count 21 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{2.48 cm} x{5.52 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Änderungen}}  \tn
% Row 0
\SetRowColor{LightBackground}
Esc & Aktuelle Änderung Abbrechen \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
Enter & Aktuelle Änderung Speichern \tn 
% Row Count 4 (+ 2)
% Row 2
\SetRowColor{LightBackground}
Strg + Pfeil Oben & Aktuelle Änderung Speichern \& Springt eine Aufgabe nach Oben zum Ändern \tn 
% Row Count 7 (+ 3)
% Row 3
\SetRowColor{white}
Strg + Pfeil Unten & Aktuelle Änderung Speichern \& Springt eine Aufgabe nach Unten zum Ändern \tn 
% Row Count 10 (+ 3)
% Row 4
\SetRowColor{LightBackground}
@ & Eingabe von Etiketten \tn 
% Row Count 11 (+ 1)
% Row 5
\SetRowColor{white}
\# & Eingabe von Projekten \tn 
% Row Count 12 (+ 1)
% Row 6
\SetRowColor{LightBackground}
+ & Aufgabe Zuweisen an Person \tn 
% Row Count 13 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Formatierungen \& Links}}  \tn
% Row 0
\SetRowColor{LightBackground}
Fett & {\bf{Text in Fett}} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
Fett & \_\_Text in Fett\_\_ \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
Kursiv & {\emph{Text in Kursiv}} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
Kursiv & \_Text in Kursiv\_ \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
Fett \& Kursiv & {\bf{{\emph{Text in Fett und Kursiv}}}} \tn 
% Row Count 6 (+ 2)
% Row 5
\SetRowColor{white}
Fett \& Kursiv & \_\_\_Text in Fett und Kursiv\_\_\_ \tn 
% Row Count 8 (+ 2)
% Row 6
\SetRowColor{LightBackground}
Link & {[}Text des Links{]}(https://link.com/) \tn 
% Row Count 10 (+ 2)
% Row 7
\SetRowColor{white}
Link & https://link.com (Text des Links) \tn 
% Row Count 12 (+ 2)
% Row 8
\SetRowColor{LightBackground}
Kommentar Inline-Code & `Text als Inline-Code` \tn 
% Row Count 14 (+ 2)
% Row 9
\SetRowColor{white}
Kommentar Codeblock & ```Text als Codeblock``` \tn 
% Row Count 16 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{2.56 cm} x{5.44 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Datum}}  \tn
% Row 0
\SetRowColor{LightBackground}
heute & heute \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
heu & heute \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
morgen & morgen \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
mor & morgen \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
übermorgen & übermorgen \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
n{\"a}chste Woche & n{\"a}chster Montag \tn 
% Row Count 7 (+ 2)
% Row 6
\SetRowColor{LightBackground}
n{\"a}chsten Monat & 1. Tag des n{\"a}chsten Monats \tn 
% Row Count 9 (+ 2)
% Row 7
\SetRowColor{white}
27. Jan & 27.01. \tn 
% Row Count 10 (+ 1)
% Row 8
\SetRowColor{LightBackground}
27.01.2020 & 27.01.2020 \tn 
% Row Count 11 (+ 1)
% Row 9
\SetRowColor{white}
27. & Am 27. Tag des laufenden Monats \tn 
% Row Count 13 (+ 2)
% Row 10
\SetRowColor{LightBackground}
Mitte Januar & 15. Januar \tn 
% Row Count 14 (+ 1)
% Row 11
\SetRowColor{white}
Monatsende & Letzter Tag des laufenden Monats \tn 
% Row Count 16 (+ 2)
% Row 12
\SetRowColor{LightBackground}
Heute um 10 & Heute um 10 Uhr \tn 
% Row Count 17 (+ 1)
% Row 13
\SetRowColor{white}
Morgen um 16:00 & Morgen um 16 Uhr \tn 
% Row Count 19 (+ 2)
% Row 14
\SetRowColor{LightBackground}
Fr @ 19 Uhr & Freitag um 19 Uhr \tn 
% Row Count 20 (+ 1)
% Row 15
\SetRowColor{white}
Freitag @ 19 & Freitag um 19 Uhr \tn 
% Row Count 21 (+ 1)
% Row 16
\SetRowColor{LightBackground}
Fr um 19 & Freitag um 19 Uhr \tn 
% Row Count 22 (+ 1)
% Row 17
\SetRowColor{white}
Fr um 19:00 & Freitag um 19 Uhr \tn 
% Row Count 23 (+ 1)
% Row 18
\SetRowColor{LightBackground}
18 Uhr & Heute oder Morgen um 18 Uhr \tn 
% Row Count 24 (+ 1)
% Row 19
\SetRowColor{white}
in 5 Tagen & Heute + 5 Tage \tn 
% Row Count 25 (+ 1)
% Row 20
\SetRowColor{LightBackground}
+5 & Heute + 5 Tage \tn 
% Row Count 26 (+ 1)
% Row 21
\SetRowColor{white}
in 3 Wochen & Ab heute + 3 Wochen \tn 
% Row Count 27 (+ 1)
% Row 22
\SetRowColor{LightBackground}
in 2 Stunden & Ab jetzt in 2 Stunden \tn 
% Row Count 28 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{2.96 cm} x{5.04 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Datum Wiederkehrend}}  \tn
% Row 0
\SetRowColor{LightBackground}
jeden Tag & Ab heute jeden Tag \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
t{\"a}glich & Ab heute jeden Tag \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
jeden Werktag & Jeden Tag au{\ss}er Samstag und Sonntag \tn 
% Row Count 4 (+ 2)
% Row 3
\SetRowColor{white}
jeden Wochentag & Jeden Tag au{\ss}er Samstag und Sonntag \tn 
% Row Count 6 (+ 2)
% Row 4
\SetRowColor{LightBackground}
jeden Morgen & Jeden Tag um 9 Uhr \tn 
% Row Count 7 (+ 1)
% Row 5
\SetRowColor{white}
jeden Abend & Jeden Tag um 19 Uhr \tn 
% Row Count 8 (+ 1)
% Row 6
\SetRowColor{LightBackground}
jeden Montag, Freitag & Jeden Montag und Freitag \tn 
% Row Count 10 (+ 2)
% Row 7
\SetRowColor{white}
jeden Mo., Fr. & Jeden Montag und Freitag \tn 
% Row Count 11 (+ 1)
% Row 8
\SetRowColor{LightBackground}
alle drei Tage & Alle 3 Tage ab heute \tn 
% Row Count 12 (+ 1)
% Row 9
\SetRowColor{white}
jede Woche & Jede Woche ab heute \tn 
% Row Count 13 (+ 1)
% Row 10
\SetRowColor{LightBackground}
w{\"o}chentlich & Jede Woche ab heute \tn 
% Row Count 14 (+ 1)
% Row 11
\SetRowColor{white}
jeden Monat & Jeden Monat ab heute \tn 
% Row Count 15 (+ 1)
% Row 12
\SetRowColor{LightBackground}
monatlich & Jeden Monat ab heute \tn 
% Row Count 16 (+ 1)
% Row 13
\SetRowColor{white}
jeden dritten Freitag & Jeden dritten Freitag des Monats \tn 
% Row Count 18 (+ 2)
% Row 14
\SetRowColor{LightBackground}
jeden 27. & Jeden 27. des Monats \tn 
% Row Count 19 (+ 1)
% Row 15
\SetRowColor{white}
jedes Jahr & Jedes Jahr ab heute \tn 
% Row Count 20 (+ 1)
% Row 16
\SetRowColor{LightBackground}
j{\"a}hrlich & Jedes Jahr ab heute \tn 
% Row Count 21 (+ 1)
% Row 17
\SetRowColor{white}
jeden 27. Januar & Jeden Januar am 27. \tn 
% Row Count 23 (+ 2)
% Row 18
\SetRowColor{LightBackground}
jeden letzten Tag & Jeden letzten Tag des Monats \tn 
% Row Count 25 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filter}}  \tn
% Row 0
\SetRowColor{LightBackground}
(überf{\"a}llig | heute) \& \#Arbeit \& !@Mail & Zeigt alle Aufgaben an, die überf{\"a}llig/heute f{\"a}llig sind und zum Projekt „Arbeit" geh{\"o}ren, aber nicht das Etikett @Mail haben. Öffne diesen Filter, sobald du an deinem Arbeitsplatz angekommen bist, um dir einen klaren Überblick über die anstehenden Aufgaben zu verschaffen. \tn 
% Row Count 15 (+ 15)
% Row 1
\SetRowColor{white}
kein Datum & Zeigt alle Aufgaben an, die kein F{\"a}lligkeitsdatum haben. Perfekt für eine \seqsplit{Tages-/Wochenübersicht}, die sicherstellt, dass nichts vergessen geht. \tn 
% Row Count 23 (+ 8)
% Row 2
\SetRowColor{LightBackground}
7 Tage \& @warten & Zeigt alle Aufgaben an, die in den n{\"a}chsten 7 Tagen f{\"a}llig und mit dem Etikett @warten versehen sind. Perfekt für die proaktive Identifizierung von Stolpersteinen. \tn 
% Row Count 32 (+ 9)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filter (cont)}}  \tn
% Row 3
\SetRowColor{LightBackground}
erstellt vor: -365 Tagen & Zeigt alle Aufgaben an, die vor mehr als 365 Tagen erstellt wurden. Verwende diesen Filter, um Aufgaben zu finden, auf denen sich bereits Staub angesammelt hat. \tn 
% Row Count 8 (+ 8)
% Row 4
\SetRowColor{white}
zugewiesen an: Anne Koch & Zeigt alle Aufgaben an, die Anne Koch zugewiesen wurden. Eine schnelle M{\"o}glichkeit, um zu sehen, woran Anne gerade arbeitet. \tn 
% Row Count 15 (+ 7)
% Row 5
\SetRowColor{LightBackground}
zugewiesen von: mir & Zeigt alle Aufgaben an, die du anderen zugewiesen hast. Perfekt, um den Überblick über delegierte Aufgaben zu behalten. \tn 
% Row Count 22 (+ 7)
% Row 6
\SetRowColor{white}
geteilt \& !zugewiesen & Zeigt alle Aufgaben in geteilten Projekten an, die niemandem zugewiesen wurden. Ein weiterer nützlicher Filter, um keine Aufgabe zu vergessen. \tn 
% Row Count 30 (+ 8)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filter (cont)}}  \tn
% Row 7
\SetRowColor{LightBackground}
3. Jan & Zeigt alle zu diesem Zeitpunkt f{\"a}lligen Aufgaben an. Zum Beispiel: 5. Mai, 16/5,morgen, in 10 Tagen, Sonntag, 10. Febr. 2020 \tn 
% Row Count 7 (+ 7)
% Row 8
\SetRowColor{white}
f{\"a}llig vor: 5. Mai & Zeigt alle Aufgaben an, die vor diesem Datum f{\"a}llig sind. Zum Beispiel: f{\"a}llig vor: 10. August, f{\"a}llig vor: 13.08, f{\"a}llig vor: 18 Uhr \tn 
% Row Count 14 (+ 7)
% Row 9
\SetRowColor{LightBackground}
f{\"a}llig nach: 20. Juni & Zeigt alle Aufgaben an, die nach diesem Datum f{\"a}llig sind. Beispiele: f{\"a}llig nach: 16. Mai, f{\"a}llig nach: 23.09., f{\"a}llig nach: in 3 Tagen \tn 
% Row Count 21 (+ 7)
% Row 10
\SetRowColor{white}
überf{\"a}llig & Zeigt alle Aufgaben an, die überf{\"a}llig sind. \tn 
% Row Count 24 (+ 3)
% Row 11
\SetRowColor{LightBackground}
5 Tage & Zeigt alle Aufgaben an, die in den n{\"a}chsten 5 Tagen f{\"a}llig sind. \tn 
% Row Count 28 (+ 4)
% Row 12
\SetRowColor{white}
in den n{\"a}chsten 5 Tagen & Zeigt alle Aufgaben an, die in den n{\"a}chsten 5 Tagen f{\"a}llig sind. \tn 
% Row Count 32 (+ 4)
\end{tabularx}
\par\addvspace{1.3em}

\vfill
\columnbreak
\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filter (cont)}}  \tn
% Row 13
\SetRowColor{LightBackground}
wiederkehrend & Zeigt alle Aufgaben an, die ein wiederkehrendes F{\"a}lligkeitsdatum haben. \tn 
% Row Count 4 (+ 4)
% Row 14
\SetRowColor{white}
P1 & Zeigt alle Aufgaben der Priorit{\"a}tsstufe 1 an \tn 
% Row Count 7 (+ 3)
% Row 15
\SetRowColor{LightBackground}
Keine Priorit{\"a}t & Zeigt alle Aufgaben ohne Priorit{\"a}tsstufe an (d.h. P4) \tn 
% Row Count 10 (+ 3)
% Row 16
\SetRowColor{white}
\#\#Arbeit & Zeigt alle Aufgaben des Projekts \#Arbeit und dessen Unterprojekte an. \tn 
% Row Count 14 (+ 4)
% Row 17
\SetRowColor{LightBackground}
\#\#Schule \& !\#Naturwissenschaften & Zeigt alle Aufgaben im Projekt \#Schule und dessen Unterprojekte an, schlie{\ss}t jedoch das Projekt \seqsplit{\#Naturwissenschaften} aus. \tn 
% Row Count 21 (+ 7)
% Row 18
\SetRowColor{white}
suche: E-Mail & Zeigt alle Aufgaben an, die das Wort E-Mail enthalten. \tn 
% Row Count 24 (+ 3)
% Row 19
\SetRowColor{LightBackground}
\#*arbeit & Zeigt alle Aufgaben aus Projekten an, deren Name mit "arbeit" endet. Zum Beispiel \#Büroarbeit, \#Dreharbeit und \#Arbeit. \tn 
% Row Count 31 (+ 7)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}


% That's all folks
\end{multicols*}

\end{document}