Hello.
I have two questions.
I have a lot of content and it is in csv
user;date;title;post
user;date;title;comment
- How can I upload this to Flarum, as I understand, this needs to be done through phpmyadmin, but what format do I need?
- How can I upload content with markdown, at first I thought to automate adding posts through selenium, but I found that if you add the text like "# header" via Ctrl+C/Ctrl+V, then this text does not turn into a title, you must enter it manually.
Thank you.