Crates.io | blog_editor |
lib.rs | blog_editor |
version | 0.2.0 |
source | src |
created_at | 2022-01-05 21:41:52.728487 |
updated_at | 2022-01-05 23:53:50.470018 |
description | Your personal assistant to create well-structured blog posts |
homepage | |
repository | https://github.com/schultyy/blog_editor |
max_upload_size | |
id | 508688 |
size | 405,533 |
Blog Editor is a small Rust CLI that supports you with your daily blogging tasks, such as generating templates for a new post.
Writing blog posts is fun and allows you to share your unique ideas with the community. While we often focus most on coming up with content, we neglect finding the right form.
This tool supports you with the task of structuring your blog posts so that they're appealing to your readers and search engines.
git clone https://github.com/schultyy/blog_editor.git
cd blog_editor
cargo build --release
Based on https://ahrefs.com/blog/blog-post-templates/
blog_editor
allows you to add notes for sub headlines. For that, it opens the default editor. You can override it by setting the EDITOR
environment variable.
EDITOR="vscode -w"
EDITOR=vim
EDITOR=nano
MIT