You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using codimd-cli import to create a new document from Markdown. This is working on HackMD now (thanks!).
When importing, it looks like we need:
The ability to specify which team the document should be a member of.
Right now, imported documents belong to the user. I cannot see how to import into a team.
The ability to assign tags
Regarding teams & organization, it appears the only way to organize documents within a team is via tags. I think we can manage with tags for now; each Node.js working group could have its own tag. If something else is provided instead (e.g., folders), it's important that we don't need to manage multiple logins or tokens.
The ability to provide a custom slug (URL)
We get a randomly-assigned URL after importing. This is a nice-to-have.
This stuff could also be part of an "editing" workflow, where we login, then import, then make another API call to move the document, assign tags, update the slug, etc.
The text was updated successfully, but these errors were encountered:
I'm using
codimd-cli import
to create a new document from Markdown. This is working on HackMD now (thanks!).When importing, it looks like we need:
The ability to specify which team the document should be a member of.
Right now, imported documents belong to the user. I cannot see how to import into a team.
The ability to assign tags
Regarding teams & organization, it appears the only way to organize documents within a team is via tags. I think we can manage with tags for now; each Node.js working group could have its own tag. If something else is provided instead (e.g., folders), it's important that we don't need to manage multiple logins or tokens.
The ability to provide a custom slug (URL)
We get a randomly-assigned URL after importing. This is a nice-to-have.
This stuff could also be part of an "editing" workflow, where we login, then import, then make another API call to move the document, assign tags, update the slug, etc.
The text was updated successfully, but these errors were encountered: