Iām playing here with import/export between Dynalist and WF.
I trying to export full list including notes. Formated and plain text canāt recognize notes in either so Iāve tried OPML. From WF to DL imports everything nice but from DL to WF canāt recognize the notes, the lists comes without any notes.
Iām not sure but I think is missing the ā_ā before the ā_noteā in the DL export code.
I think you meant an underscore? It was understood as Markdown by the forum, lol, sorry about that.
Yeah, thatās the reason, our convention is to not append anything before the attributes, whereas WorkFlowy does. It can be easily done with regex replace though, if you have a text editor like Sublime Text or Atom I can walk you through how.
I just filed a bug report about this. Dynalist can import from other outliners but canāt export to them because of this bug. Please fix for full interoperability. Thanks!
I understand we can use ā_noteā for full interoperability, even though it makes itās inconsistent with the rest of our attributes. It was a bit of an arbitrary choice back then after we read the OPML spec and thought we understood how to do XML. Looking back, weād prefer making all attributes start with underscore for consistencyās sake, but itās too late.
Iāve committed the change from ānoteā to ā_noteā in web export and server side automatic backup and it will be out with the next release.
This Kishener blog article is the key idea. The more this kind of interchange can be supported, the more valuable dynalist will be. Like for example I understand right now thereās work being done on a mindmapping view. Now if the OPML interop between say SimpleMind and Dynalist was 100%, then I could just make an outline in Dynalist, copy it over to SimpleMind, and instantly see a map view. Then rearrange, copy/paste back (or import/export), and see a Dynalist view where I can rapidly do some detailed text editing.
Obviously there are limits because each has bonus features not in the other, but if those attributes are just retained but ignored, a lot could be done this way.
In a different vein, Iād love to be able to transfer meal plans in a planning app to/from Dynalist. Sometimes this sort of thing is just copy/paste lines of text. Many of these specialized apps donāt implement such a thing, but when they do, I can gain the DL organizing power and the quick entry/processing power of another tool.