Import markdown (.md) with attachment from Bear2/Notion to Bear2

Hello, I can’t figure out how to import markdown-file with attachment (the same name of folder with .md-file)

List of files:

├── Стратоплан e2ced4c6c1b849c59dcb7342188f5db1
│   ├── 372E9E1B-187E-4073-84EA-76693F89C019.jpeg
│   ├── 3B968EF0-0A47-450D-9F45-8AE4A9B0456D.jpeg
│   ├── Moving-Motivators-RU.pdf
│   ├── N1_Шаблон_Модуль_Занятие_(базовыипродвинутыи).pdf
│   ├── N1_Собеседование_и_наим_Задания_1-3_Шаблон.xlsx
│   ├── Untitled 1.png
│   ├── Untitled 10.png
│   ├── Untitled 11.png
│   ├── Untitled 12.png
│   ├── Untitled 13.png
│   ├── Untitled 14.png
│   ├── Untitled 15.png
│   ├── Untitled 16.png
│   ├── Untitled 17.png
│   ├── Untitled 18.png
│   ├── Untitled 19.png
│   ├── Untitled 2.png
│   ├── Untitled 20.png
│   ├── Untitled 3.png
│   ├── Untitled 4.png
│   ├── Untitled 5.png
│   ├── Untitled 6.png
│   ├── Untitled 7.png
│   ├── Untitled 8.png
│   ├── Untitled 9.png
│   ├── Untitled.png
│   ├── Кеис_Шанхаи_-_Берлин_кеис_для_студентов.pdf
│   ├── Аудит_команды_кеис_Герои_поневоле_.docx.pdf
│   ├── Оценка команды 49dc453c46324bbb862bdd040b60be73.csv
│   ├── Оценка команды 49dc453c46324bbb862bdd040b60be73_all.csv
│   ├── Задание_Кеис_Тимур_и_его_команда.docx.pdf
│   ├── Задание_Постановка_и_контроль_задач_делегирование_Кеис_Бразильские_страсти.pdf
│   ├── Командное действие 4233b49592f943df9eb217b939ed89a2.csv
│   ├── Командное действие 4233b49592f943df9eb217b939ed89a2_all.csv
│   ├── Групповое_занятие._01_Батарейка_(Для_продвинутой_группы).pdf
│   ├── Инструкция_для_группы_Собеседование_и_наим_задание_1_.pdf
│   ├── Инструкция_для_группы_Собеседование_и_наим_задание_2_.pdf
│   ├── Инструкция_для_группы_Собеседование_и_наим_задание_3_.pdf
│   ├── Инструкция_для_группы_Собеседование_и_наим_задание_4_.pdf
│   ├── Персональное действие b68335a37ba44f3da726b9efdbf5d629.csv
│   ├── Персональное действие b68335a37ba44f3da726b9efdbf5d629_all.csv
│   ├── Собеседование_наим_и_увольнение_Кеис_Гарри.pdf
│   ├── Собеседование_наим_и_увольнение_Занятие_1__копія.pdf
│   ├── Собеседование_наим_и_увольнение_Занятие_2__копія.pdf
│   └── Собеседование_наим_и_увольнение_Занятие_3.pdf
└── Стратоплан e2ced4c6c1b849c59dcb7342188f5db1.md

Into file Стратоплан e2ced4c6c1b849c59dcb7342188f5db1.md I have links like that:

  • ![Untitled.png](%D0%A1%D1%82%D1%80%D0%B0%D1%82%D0%BE%D0%BF%D0%BB%D0%B0%D0%BD%20e2ced4c6c1b849c59dcb7342188f5db1/Untitled.png)
  • ![Untitled%201.png](%D0%A1%D1%82%D1%80%D0%B0%D1%82%D0%BE%D0%BF%D0%BB%D0%B0%D0%BD%20e2ced4c6c1b849c59dcb7342188f5db1/Untitled%201.png)

Can someone help me how to import MD-file?

The same problem I have when I use default Export method of Bear 2 - Export as Markdown with attachment and when I try to import this note back - I have the same problem with missing pictures/attachments.

Hello,

sandboxed apps like Bear can’t access to markdown attachments unless some particular user-generated conditions happen. When you selected the md file the app doesn’t have access to anything other than the file itself (or a folder with the same name).

To overcome this limitation the textbundle/textpack format was invented. I plan to write a script to facilitate migration from Obsidian/Notion or any app that exports into md + attachments but you can already find md to textbundle converters. This is one

2 Likes

Thank you. I will learn about this.