JulesGuesnon / obsidian-markdown-shortcuts

🪨 Obsidian plugin that allows to write markdown from commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release number Github all releases

Obsidian Markdown Shortcuts

This is a plugin for Obsidian (https://obsidian.md).

Why?

If you're used to software like Notion, going from assisted markdown to plain markdown may be a bit hard if you're not used to it. You'll probably have to work with a cheatsheet open in a tab in order to make sure you're not doing it wrong.

Also some syntaxes are a bit cumbersome to write like the table one.

So, if you're learning markdown or too lazy to write a table, this plugin is for you.

How it works?

Show the commands

All you have to do is to write a > whenever you want in a file, then make your choice.

example.gif

Configure the plugin

  • Trigger character Set the character that will trigger the commands.
  • Simple commands Insert commands without examples.

settings.png

How to install?

First, you need to have Obsidian v0.12.17+.

  • Go to Settings > Community plugins

  • Turn safe mode to off

  • Go to the releases page

  • Download the latest markdown-commands-<version>.zip

  • Put the zip into <vault-folder>/.obsidian/plugins (if the folder plugins doesn't exist you can create it)

  • Extract it

  • Enable the plugin in the settings and you're ready to go

enable.png

Any issue or suggestion?

If you're facing an issue feel free to open a new one and describe as much as possible the issue, the context of the issue, etc...

If you think that the plugin is missing something or could be improved, feel free to open an issue and describe your idea.

About

🪨 Obsidian plugin that allows to write markdown from commands

License:MIT License


Languages

Language:TypeScript 84.5%Language:JavaScript 15.5%