Versions in this module Expand all Collapse all v1 v1.0.0 Jan 18, 2026 Changes in this version + const ConfigSchemaVersion + const DiagnosticLevelError + const DiagnosticLevelInfo + const DiagnosticLevelWarn + const IndexSchemaVersion + const ProtocolVersion + type Diagnostic struct + Code string + Level string + Message string + Span Span + type EdgeType string + const DefaultEdgeType + type Frontmatter struct + Created time.Time + Extra map[string]any + ID NoteID + Key Key + State string + Tags []string + Title string + Type TypeName + Updated time.Time + type Key string + type Note struct + Body string + Diags []Diagnostic + FM Frontmatter + Path string + RawLinks []RawLink + type NoteID string + type RawLink struct + EdgeType EdgeType + ResolvedToID *NoteID + Source TypeKey + Span Span + Target RawTarget + type RawTarget struct + Key Key + Label *string + Type *TypeName + type Span struct + EndByte int + Path string + StartByte int + StartCol int + StartLine int + type TypeKey struct + Key Key + Type TypeName + type TypeName string Other modules containing this package github.com/sv4u/touchlog/v2