The date and time that the note was created.
The unique identifier for the note in Bear.
Status of the note - true
indicates it has been trashecd.
The date and time that the note was last modified. ISO8601 format.
The content of the note in Bear as Markdown, including the title. ISO8601 format.
An array of tag names assigned to the note.
The title of the note in Bear.
A content object for a Bear note as provided by the Bear API.
The content of the note in Bear as Markdown, including the title.
The title of the note in Bear.
A subset of meta data object for a Bear note dealing with data usable as a note identifier by the Bear API.
The unique identifier for the note in Bear.
The title of the note in Bear.
Meta data object for a Bear note.
The date and time that the note was created. ISO8601 format.
The unique identifier for the note in Bear.
The date and time that the note was last modified. ISO8601 format.
An array of tag names assigned to the note.
The title of the note in Bear.
A content object for a GitHub file content fetch.
The content of the the file if it was successfully retrieved, and the error message if it could not.
Set to true
if the file content could be retrieved and false
if it could not.
Count empty strings as 0 or 1 line.
Valid modes usable by TA_logToDraft*
functions.
Determines whether to log text to the start of the draft, the current cursor position (valid for current draft only),
or the end of the draft.
Fonts used by the Bear app.
Addition of text modes used by the Bear app.
append
adds text to the end of the note.prepend
adds text to the start of the note, after the title.replace
replaces the content of the note, but leaves the title untouched.append
areplaces the content of the note, including the title.Themes used by the Bear app.
Query filter for the different folder sets available in Drafts For a review of what these correspond to, see this post on folders in Drafts.
Sort order for GitHub repository queries.
Types of GitHub repositories.
A set of properties about an action.
The name of the action.
e.g. TAD-Sort All - Alphabetic
The unique identifier of the action.
e.g. DF74859E-85B4-4391-B06F-ADE7739B7180
.
A set of properties about a draft.
The unique identifier of the draft.
e.g. DF74859E-85B4-4391-B06F-ADE7739B7180
.
A set of properties about the draft version at the point at which this set of properties was populated.
A set of properties about a draft version.
Date & time of when the version was created.
e.g. Sun Jul 19 2020 07:08:09 GMT+0100 (BST)
Which version in reverse chronological order the version is.
e.g. 1
.
The unique identifier of the draft version.
e.g. DF74859E-85B4-4391-B06F-ADE7739B7180
.
An object describing a log entry in an advanced logging object defined by the class TadConsole
.
An optional alternate/sub-classification of a log entry.
e.g. W01
.
The text entry to be logged.
A timestamp at which the logging occurred.
e.g. 2020-07-20-19.18.17.160
.
An optional classification of a log entry.
e.g. WARNING
.
A set of properties for a crypto-key.
If the key was automatically generated (true
), or manually entered (false
).
The value of the key.
e.g. FFEEDDCCBBAA00998877665544332211
.
Drafts navigation marker - a standard structure within Drafts.
Label text for the marker.
The number of characters in the range.
Indentation level of the marker.
The start location of the range of text representing the marker.
Prefix text for the marker. Example: H1
, H2
in Markdown
An array of numbers containing the location (index in string), and length (number of characters) of a text selection.
This is an array of standard Drafts syntaxes in the order the appear in the Drafts user interface.
This is an instance of the TadCommand
class that is utilised by the library,
and can be utilised in any scripts using the library.
This is an instance of the TadConsole
class that is utilised by the library,
and can be utilised in any scripts using the library.
This is an instance of the TadData
class that is initialised during the library load.
It can be utilised in any scripts using the library, and data is stored in the file location specified by
the dataPath
property of the tadLib
instance of the TadLibrary
class.
This is an instance of the TadInfo
class that is urilised by the library,
and can be utilised in any scripts using the library.
This is an instance of the TadLibrary
class that is utilised by the library,
and can be utilised in any scripts using the library.
This is an instance of the TadMiscellaneous
class that is utilised by the library,
and can be utilised in any scripts using the library.
Data object for a Bear note.