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
Currently, the Workflowy OPML importer ignores the _note tags outputted by Workflowy. These note tags (accessed via ⌘⏎ in Workflowy) are usually containing important information (e.g., dates, references, URLs...):
which is exported as:
<outline text="Webinar on Task Management" _note="Organization, Presenter, <time startYear="2023" startMonth="1" startDay="22">Sun, Jan 22, 2023</time> ">
<outline text="Workflowy" _note="<a href="https://workflowy.com/">https://workflowy.com/</a>" />
<outline text="Task management is key for productivity" _note="Doe, 2023" />
</outline>
I'm unsure where to store this information in Tana: either as a subnode or as a field?
The text was updated successfully, but these errors were encountered:
Hey! Thanks for brining this up. I think it should be added as description on the nodes. Should be pretty easy, but requires extension of the TIF format as it does not yet support description.
@eirikhm If an extension of the TIF format is not expected anytime soon, would it be possible, in the meantime, to import descriptions as a child note? That would avoid the main issue, which is information loss.
Heu @sbibauw! Support for _note in OPML has been added, and will now produce TIF with description populated. Tana has not yet been updated to support it, but that is expected this week.
Currently, the Workflowy OPML importer ignores the
_note
tags outputted by Workflowy. These note tags (accessed via ⌘⏎ in Workflowy) are usually containing important information (e.g., dates, references, URLs...):which is exported as:
I'm unsure where to store this information in Tana: either as a subnode or as a field?
The text was updated successfully, but these errors were encountered: