You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph TD
markdown --remark-parse--> st[syntax tree]
st --extract features--> jsobj1[TS Object eg. File plus Metadata plus Tags plus Links]
jsobj1 --computing--> jsobj[TS Objects]
jsobj --convert to sql--> sqlite[SQLite markdown.db]
jsobj --write to disk--> json[JSON on disk in .markdowndb folder]
jsobj --tests--> testoutput[Test results]
Loading
The text was updated successfully, but these errors were encountered:
rufuspollock
changed the title
Refactor part II: refactor mddb code to use
Refactor part II: refactor mddb code to use new code (process.ts)
Nov 21, 2023
* [#47,refactor][m]: create a process.ts file that just does extraction of file info to a JS/TS object.
* update index.mdx for testing
* Add process function and add some tests
* [ #4 , extract links ] add link extraction
* [#49, Add body tags extraction]
* #58 refactor mddb code
* Integrate extracting tags from body
* Integrate links extraction
* Add changeset
* update include config
* Restore pathToUrlResolver
* update tests
* Implement obsidian links
* No need for this
* Update tests for links
* Update tests for links
* undo changing tests
* Update obsidian links test
---------
Co-authored-by: Rufus Pollock <[email protected]>
Next step in refactoring started in #47, specifically
indexFolder
function to index a folder and give backFile
objects ✅2023-03-07 ( [ #58 , refactor mddb code to use ] #59 )markdowndb.ts
) ✅2023-03-07 ( [ #58 , refactor mddb code to use ] #59 )Acceptance
Notes
The text was updated successfully, but these errors were encountered: