Notion import does not recognize toggles

If you import a page from notion that has toggles in it Anytype will create a bulleted list instead.

Describe the bug

Notion toggles does not work

To Reproduce

Steps to reproduce the behavior:

    1. Export a notion page with toggles
    1. Import it in to Anytype
    1. All the toggles have been converted to bullets

Expected behavior

I expected Anytype to keep the toggles

Desktop

  • OS: Manjaro Linux
    0.29.0
6 Likes

I have the same issue on Windows 10, Anytype 0.16.1.

1 Like

Had the same experience on the Linux version of Anytype 0.15.12

2 Likes

The problem is that Notion exporting toggles as lists into markdown.

And the format is 100% equal to lists, so there is no way to interpret it as toggles.

- sdf
    - sdfsdf

        sdfsdfsdf

        sdf

        sdfsdf

- sdf
- sdf
3 Likes

@vova_ermolaev Okay😢

Maybe you could add an option when importing to convert lists in to toggles?

@Isak Then bulleted lists would be converted to toggle lists as well. There is nothing Anytype can do here.

We can try to parse the Notion’s HTML export because they use different tags for lists and toggles. So it will not require any manual actions.

I’ve added this to import feature enhancement.

4 Likes

Still the case in 0.29.0

1 Like

This issue has been added to our issue tracker and was received by the Development Team.

This will be tracked in another topic currently in the nightly section of this forum:
https://community.anytype.io/t/notion-import-via-markdown/9004