Skip to content

hukadev/blogging-tool

Repository files navigation

Blogging tool features

  • Automatically updating an "updated date" in the frontmatter (YAML) on saving.

  • Automatically adding 2 spaces at the end of lines on saving.

  • Build table (with empty header)

    Input (separated with a tab or 2 spaces)

    column 1  column 2  column 3  column 4
    column 1  column 2  column 3  column 4
    column 1  column 2  column 3  column 4
    

    Output

    |  |  |  |  |
    |-|-|-|-|
    |column 1 | column 2 | column 3 | column 4
    column 1 | column 2 | column 3 | column 4
    column 1 | column 2 | column 3 | column 4|
  • Build table (with first line is header)

    Input (separated with a tab or 2 spaces)

    column 1  column 2  column 3  column 4
    column 1  column 2  column 3  column 4
    column 1  column 2  column 3  column 4
    

    Output

    |column 1  |column 2  |column 3  |column 4|
    |----------|----------|----------|--------|
    |column 1  |column 2  |column 3  |column 4|
    |column 1  |column 2  |column 3  |column 4|
  • Convert selected text to Wikilink with an alias

    Input: This text contains Tiếng Việt & English
    Output: [[this-text-contains-tieng-viet-and-english|This text contains Tiếng Việt & English]]
    

Acknowledge

About

Utility for writing notes, posts in markdown format.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published