Skip to content

Latest commit

 

History

History
285 lines (147 loc) · 12.7 KB

File metadata and controls

285 lines (147 loc) · 12.7 KB

Conditions

Created After

created after - The source block or page was created after the naturally specified target

Created Before

created before - The source block or page was created before the naturally specified target

Created By

created by - The source block or page was created by the user with a display name of target

Edited After

edited after - The source block or page was edited after the naturally specified target

Edited Before

edited before - The source block or page was edited before the naturally specified target

Edited By

edited by - The source block or page was last edited by the user with a display name of target

Has Ancestor

has ancestor - The source block has the target block or page as an ancestor up the outliner tree

Has Attribute

has attribute - The source block or page has an attribute with value target

Has Child

has child - The source block or page has the target block as a child

Has Descendent

has descendent - The source block or page has the target block as a descendant somewhere down the outliner tree

Has Title

has title - The source page has the exact text target as a title.

If target is equal to {date}, then it matches any Daily Note Page. Supports date NLP to resolve a single date, e.g. {date:today}.

The target also supports Regular Expressions by starting and ending the value with a /.

Is In Page

is in page - The source block is in the target page

Is In Page With Title

is in page with title - The source block is in a page with title target.

  • If target is equal to {date}, then it matches any Daily Note Page.
  • Supports date NLP to resolve a single date, e.g. {date:today}.
  • The target also supports Regular Expressions by starting and ending the value with a /.

Is Referenced By

is referenced by - The source block or page is referenced by the target block or page

References

references - The source block or page references the target block or page

References Title

references title - The source block or page references a page with target as the title.

  • If target is equal to {date}, then it matches any Daily Note Page.
  • Supports date NLP to resolve a single date, e.g. {date:today}.
  • The target also supports Regular Expressions by starting and ending the value with a /.

Titled After

titled after - The source page is a DNP that is after the naturally specified target

Titled Before

titled before - The source page is a DNP that is before the naturally specified target

With Text

with text - The source block or page has the exact text target somewhere in its block text or page title

With Title In Text

with title in text - The source page has the exact text target somewhere in its page title.

Selections

Author

Author - The user who created the block or page

Created By also works.

Created Date

Created Date - The date the block or page was created

Created Time

Created Time - The time the block or page was created in hh:mm format

Edited Date

Edited Date - The date the block or page was edited

Edited Time

Edited Time - The time the block or page was edited in hh:mm format

Last Edited By

Last Edited By - The user who created the block or page

Attribute

{attribute} - Returns the value of an {attribute} associated with the queried

Intermediate Node

node:{node} - Returns any intermediary node you defined in one of the conditions.

  • node:Joke will return the title of a Joke referenced in a condition.
  • node:placeholder will return the title of a placeholder referenced in a condition.

Data

node:{node}:{data} - Specify one of the first six options as the field to return the related metadata for the intermediary node.

Metadata

node:thisIsChildNode:Author will return the user who created the thisIsChildNode node defined in a condition.

Attribute

node:thisIsPlaceholder:Client will return the value of the Client attribute from the thisIsPlaceholder node defined in a condition.

Regular Expression

node:{node}:/regular_expression/ - returns match according to a regular expression between /'s.

node:node:/(\d\d?:\d\d)/ will return time in the format of "hours:minutes" from the main node being queried

node:placeholder:/#([^\s]*)/ will return the text after the first hashtag from the placeholder node defined in a condition.

First Column Header

node - Use the label to edit the column header of the first column

Add or Subtract

add({alias1},{alias2}) - Add the values of two columns.

subtract({alias1},{alias2}) - Subtract the values betweenn two columns.

Supports adding values to dates.

If one of the aliases is today, then today's date will be used.

Layouts

The following layouts are available for displaying your data:

Line

Displays your data as a line chart.

You need to have at least two selections for this layout to work

  • The first is a selection that returns date values
  • all subsequent selections return numeric values.

Bar

Displays your data as a bar chart.

You need to have at least two selections for this layout to work

  • The first is a selection that returns date values
  • all subsequent selections return numeric values.

Timeline

Displays your data as an interactive timeline view.

  • You need to have a selection chosen labelled Date that returns date values for this layout to work.

Kanban

Displays your data as a Kanban board.