The main feature of this plugin is to quickly insert common Markdown code and HTML code, including Sup, Sub, Audio, Video, Iframe, Left-Center-Right Alignment, Variables, Footnotes, Callout, Anchor Points, HTML Comments and so on.
-
Quickly insert common Markdown code and some HTML code, etc.
-
Support color panel, easy to quickly select common colors and more color codes.
-
Support image, link, multimedia dialog boxes, etc., easy to input more information quickly.
-
You can switch the above commands on/off and choose which commands to display in the context menu.
-
In addition to the common Markdown code and HTML code, you can also customize the code, through the custom command configuration, you can generate your code into input commands.
-
The common color blocks in the Color Selection Panel are selected from 22 of the most recognizable colors to humans. See the articles 20 Different Colors or A Colour Alphabet and the Limits of Colour Coding
Go here to download obsidian-ii-quicker
After downloading, unzip obsidian-ii-quicker.zip, put it in the plugin directory, restart obsidian, and don't forget to turn on the plugin in the settings.
You can also search and install the plugin in obsidian's plugin market.
First make sure you have the slash command turned on.
Then, /ii
, generally used for inserting code; ctrl+p + ii
or right-click menu, generally used for formatting selected text, e.g., /iib
to bold selected text, etc.
Time and date formatting, using the same time formatting as the official one, for more formatting see String + Format
You can go to issues for feedback on any issues you have.
git clone https://github.com/wish5115/obsidian-ii-quicker.git
cd obsidian-ii-quicker
npm install
npm run dev