[DONE] Easy import of markdown docs to wiki

I guess I did not make my request clear enough, I want to create a document in a folder (or directly in a space), how can I specify the document name and location ?

Never mind, I manged to create a folder and I will be able to guess how to create a document by peeking at the developper tools while doing it from the front-end. It was a good idea to use the same API for front-end and automations :slight_smile:

I’ll finish this next week, thanks again for your help !

1 Like

I’ve updated the scala script, it is now also able to import all mardown files into fibery documents (inside folders).

As documented in the script, I was surprised that the secretId is generated on the client side (what would happen if a secret is reused ?).

Note for future users : it is not perfect, for instance links to notion pages are note translated to internal fibery links. But it saves some time when importing hundreds of documents with attached images !

1 Like

I guess you’ve seen this topic:

I reckon you could use the same logic to create working links within Fibery to replace the Notion links.

1 Like

I had not seen it, thanks ! We had not that many internal links to migrate so we updated them by hand, but the automation is a good reference.

Thanks Michel_Daviot, this script is really promising. For us to move to fibery a massive md import is needed, keeping the links between documents. This doesn’t seem to be easy (or supported by this script).

Is Fibery going in this direction with a native import? Many teams are stuck with data from other systems, might facilitate migration.

1 Like

@Jose_Quesada
What platform do you hope to import from?

1 Like

This is plain text files on my hard drive. Well, and images.

1 Like

How are they linked? Is it via some proprietary syntax?

1 Like

Using double bracket syntax [[title of the markdown file without the .md extension]]

2 Likes

Good news, Everyone! This is Kalman, PM at Fibery. We’ve just started work on the markdown import feature and can’t wait to see where it takes us.

I’ve been going through the topic, and some seriously awesome use cases and ideas are out there. If you have more to share, now’s the time to let it rip!

Big thanks to all of you for your insights. Please keep them coming!

thanks,
kalman

4 Likes

First version of markdown import is here

2 Likes

this is awesome!! thanks so much for bringing this into fibery!

will the markdown (soon/at all) support

  • [[links]] to other files?

  • YAML frontmatter? (translate to columns in database)

  • automatic translation of - tasks to “task”-items in a database

  • (and would that also be possible to run through already imported files?)

this would make this into a perfect companion to obsidian and finally a replacement for it in my workflow.

i am really excited right now!

Wow, we’re so glad you’re excited about the recent releases on this topic.
As for your questions, the good news is that all the features you’ve mentioned are on our radar and have been added to our backlog but we don’t have a specific ETA for them just yet.

1 Like