TheCedarPrince / NoteMate.jl

Tools for working with your own knowledge base
MIT License
11 stars 1 forks source link

[FEATURE] Bidirectional Parsing of FranklinNote <-> Note <-> Original Note #8

Open TheCedarPrince opened 1 year ago

TheCedarPrince commented 1 year ago

I realized as of now that using NoteMate, I really only created the notes to go in one direction. Which is:

graph LR

Original-->Note
Note-->FranklinNote

But I never really considered how to make it bidirectional. I think NoteMate has support for this already since we can go from a Note to any other target. We may just need a function that ingests a Note and gives back the original representation of someone's note. Not sure exactly how to do that at the moment... May just be a matter of writing the workflow frankly and seeing what's missing.