/html-markdown-shortcuts

HTML & Markdown Shortcuts

Primary LanguageTypeScriptOtherNOASSERTION

Contributors shield Issues shield DBAD License shield

"HTML & Markdown Shortcuts logo"

HTML & Markdown Shortcuts

Table of Contents

Contents
  1. About
    1. Built With
  2. Installation
  3. Features
    1. Change Case
    2. Toggle Strikethrough
  4. Roadmap
  5. Contributing
  6. Changelog
  7. Contact Me
  8. License
  9. Acknowledgments

About

A VS Code extension with useful shortcuts.

(back to top)

Built With

Typescript

(back to top)

Installation

Search for and install 'HTML & Markdown Shortcuts' on Visual Studio Marketplace.

Features

Change Case

Pressing Caps Lock changes the casing of selected text.

Change Case

Toggle Strikethrough

Typing a tilde strikes through selected text.

Toggle Strikethrough in HTML

Toggle Strikethrough in Markdown

(back to top)

Roadmap

  • Implement change case feature #1
  • Implement toggle strikethough feature #2
  • Fix case change bug #11
  • Add keybindings #9
  • Publish the extension to Marketplace #5
  • Fix tilde bug #19

(back to top)

Contributing

To add a feature or fix a bug, fork the repo and create a pull request.

Example instructions to add a feature:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

To suggest a new feature or report a bug, open an issue.

(back to top)

Changelog

See the changelog here.

(back to top)

Contact Me

Sherpad Ndabambi

Website icon Gmail icon

(back to top)

License

Distributed under the DBAD License. See LICENSE for more information.

(back to top)

Acknowledgments

  1. Logo edited from:

    1. HTML5 badge by W3C.
    2. Markdown mark by Dustin Curtis from GitHub.
    3. Keyboard Command from SVG Repo.
    4. Keyboard Shift Uppercase from SVG Repo.
    5. Ctrl A from SVG Repo.
    6. Spacebar from SVG Repo.
  2. Website icon edited from SVG website icon from SVG Repo.

  3. Gmail icon edited from Gmail SVG vector from SVG Repo.

  4. Images in this project have been compressed using TinyPNG.

  5. Parts of this README are based on the Best-README-Template template.

(back to top)