DocsBlogAbout

The official markdown type for TaskFolders. All fields except uid will be ignored if type is not present.

Fields

type

The type identifier for TaskFolders markdown files

type: https://taskfolders.com/docs/markdown/v1

It can be automatically allocated during a scan with the convert option or sanitized from its short form

type: tf
uid

A RFC4122 UUID. The scanner will create one for you if you convert the file or give it the TaskFolders type

uid: e4f666df-0eee-47bd-8555-b53b394bc877
sid

A user defined id. The “s” stands for short

sid: my-note-id
tags

A list of tags separated by commas

tags: one, two

Or an array

tags: 
  - one
  - two
after To Be Defined
before To Be Defined
review To Be Defined
scripts To Be Defined
scripts:
  hi-1: echo hi 1
  hi-2: 
    title: Say hi
    run: echo hi 2
exclude

Paths that will be excluded when scanning files.

If you just want to exclude the current folder an all its contents:

exclude: true

For a list of paths to exclude

exclude: 
  - .git
  - '**/node_modules'
  - '**/_build'
workspace

Mark the current folder as the beginning of a workspace

workspace: true
config

Space for other apps to keep configuration options and overrides

config:
  com.taskfolders.gitops:
    main-branch: master