Store.Project.Note (fnord v0.7.14)

View Source

This module is deprecated in favor of Store.Project.Notes. It remains for the purpose of managing legacy notes.

Summary

Types

t()

@type t() :: %Store.Project.Note{id: term(), project: term(), store_path: term()}

Functions

exists?(note)

is_valid_format?(note_text)

new(project)

new(project, id)

parse(note)

parse_string(input)

read(note)

read_embeddings(note)

read_note(note)

write(note, text)