MCPcopy Create free account
hub / github.com/chhoumann/MetaEdit / parseInlineFields

Method parseInlineFields

src/parser.ts:211–214  ·  view source on GitHub ↗
(file: TFile)

Source from the content-addressed store, hash-verified

209 }
210
211 public async parseInlineFields(file: TFile): Promise<Property[]> {
212 const content = await this.app.vault.cachedRead(file);
213 return this.parseInlineContent(content);
214 }
215
216 /**
217 * Extract inline `key:: value` fields from raw note content.

Callers 2

parser.test.tsFile · 0.80
getPropertiesInFileMethod · 0.80

Calls 1

parseInlineContentMethod · 0.95

Tested by

no test coverage detected