-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cobalt now has supprot for: `cobalt rename <src_path> <new_title> [--file <dest_path>]` This will - Update the `title` in the frontmatter - Move the file to the `dest_path` (or cwd) We have all the information we need to help the user set up a redirection, so ideally we would. Unfortunately, that will require: 1. Deciding on an approach (alias vs file) 2. Refactoring the code necesary to make either work. This has now been split out into #403. Fixes #393
- Loading branch information
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters