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
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
Loading
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.
The text was updated successfully, but these errors were encountered:
I realized as of now that using NoteMate, I really only created the notes to go in one direction. Which is:
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 aNote
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.The text was updated successfully, but these errors were encountered: