Closed
Description
I would find it handy if the new_post
command would accept a path to an existing notebook as input, with the following actions:
- Copy notebook from provided path into
posts/
- Open dialog as usual for the new post
- Create .meta file as usual from new post title
- Rename copy of notebook with slug from new meta file
That way I could faster import my existing notebooks for a new blog post.
I cannot find where I can modify the new_post
dialog, Interestingly a grep for new_post
did not give me any results. If you show me where this is, I can fork and provide a patch for this feature.