Skip to content

BasesFunctions

Unofficial

Bases functions.

Import:

import type { BasesFunctions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface BasesFunctions

Properties

Property Type Description
'!=' NotEqualFunction The not equal function.
'<' LessFunction The less than function.
'<=' LessOrEqualFunction The less than or equal to function.
'==' EqualFunction The equal function.
'>' GreaterFunction The greater than function.
'>=' GreaterOrEqualFunction The greater than or equal to function.
'abs' AbsFunction The absolute function.
'ceil' CeilFunction The ceiling function.
'concat' ConcatFunction The concat function.
'contains' ContainsFunction The contains function.
'containsAll' ContainsAllFunction The contains all function.
'containsAny' ContainsAnyFunction The contains any function.
'containsNone' ContainsNoneFunction The contains none function.
'dateAfter' DateAfterFunction The date after function.
'dateBefore' DateBeforeFunction The date before function.
'dateDiff' DateDiffFunction The date diff function.
'dateEquals' DateEqualsFunction The date equals function.
'dateModify' DateModifyFunction The date modify function.
'dateNotEquals' DateNotEqualsFunction The date not equals function.
'dateOnOrAfter' DateOnOrAfterFunction The date on or after function.
'dateOnOrBefore' DateOnOrBeforeFunction The date on or before function.
'day' DayFunction The day function.
'empty' EmptyFunction The empty function.
'flat' FlatFunction The flat function.
'floor' FloorFunction The floor function.
'hour' HourFunction The hour function.
'if' IfFunction The if function.
'index' IndexFunction The index function.
'inFolder' InFolderFunction The in folder function.
'join' JoinFunction The join function.
'len' LenFunction The length function.
'linksTo' LinksToFunction The links to function.
'min' MinFunction The minimum function.
'minute' MinuteFunction The minute function.
'month' MonthFunction The month function.
'not' NotFunction The not function.
'notContains' NotContainsFunction The not contains function.
'notEmpty' NotEmptyFunction The not empty function.
'now' NowFunction The now function.
'round' RoundFunction The round function.
'second' SecondFunction The second function.
'slice' SliceFunction The slice function.
'taggedWith' TaggedWithFunction The tagged with function.
'title' TitleFunction The title function.
'trim' TrimFunction The trim function.
'unique' UniqueFunction The unique function.
'year' YearFunction The year function.

Links to this page: