Skip to content

Importing interlinked markdown files #974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jcalfee opened this issue Feb 28, 2023 · 1 comment
Open

Importing interlinked markdown files #974

jcalfee opened this issue Feb 28, 2023 · 1 comment
Labels
enhancement New feature or request needs discussion Need to clarify if and how we should implement this

Comments

@jcalfee
Copy link

jcalfee commented Feb 28, 2023

Is your feature request related to a problem? Please describe.

Yes. I need to import many interlinked markdown files. Of course, I do not have have the generated fileIds that typically get generated to track the files. I can write a write a program and script to perform the import. Can you please recommend the best way for me to do this?

Possibly related: #616

Thank you..

Describe the solution you'd like

A way to load relative links, even if they get updated after I load them.

Ideally, I should be able to drop the correctly formatted files in a webdav drive and see notes link them all up and index for searching.

Describe alternatives you've considered

Less desirable, an API to load each file and get the file ID and update all the other links going in. Ideally that would be better done with a more flexible linking mechanism in notes though.

@jcalfee jcalfee added feature request Requests for complete new features needs discussion Need to clarify if and how we should implement this labels Feb 28, 2023
@jcalfee
Copy link
Author

jcalfee commented Feb 28, 2023

Maybe I do need to upload each file then try to fetch the fileId so I can modify the markdown before I upload it. It says here to obtain all versions of a file send a PROPFIND.

I'm interested in the Elastic Search integration and its ability to find PDF and other material (like markdown of course). It looks like we can browse the markdown files in the editor. A faster read-only view would be good too. But first, I have thousands of files I would like to load (it is an export from an old social site). I wonder if this will work and have decent performance.

@juliusknorr juliusknorr added enhancement New feature or request and removed feature request Requests for complete new features labels Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs discussion Need to clarify if and how we should implement this
Projects
None yet
Development

No branches or pull requests

2 participants