With the next release of CodiMD there will be the endpoint /new/<custom-alias> which imports the note with the given alias name if FreeURL mode is enabled. This PR adds a new command import-as that allows to import a note with a given alias.
This feature can be used for example for a better etherpad migration.
With the next release of CodiMD there will be the endpoint
/new/<custom-alias>
which imports the note with the given alias name if FreeURL mode is enabled. This PR adds a new commandimport-as
that allows to import a note with a given alias. This feature can be used for example for a better etherpad migration.