hedgedoc / cli

A tiny CLI for HedgeDoc
GNU Affero General Public License v3.0
153 stars 37 forks source link

Added import with custom alias #28

Closed ErikMichelson closed 5 years ago

ErikMichelson commented 5 years ago

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.

pirate commented 5 years ago

Sweet, thanks!