1
0
mirror of https://github.com/elisspace/ObsidianTweaks.git synced 2026-08-29 15:44:02 +00:00
Files
ObsidianTweaks/README.md
Jeppe Klitgaard a447def8fb Initial commit
2021-05-31 23:08:39 +01:00

1.9 KiB
Executable File

ObsidianTweaks

This is a small plugin that implements some features of Obsidian that I believe should've been (perhaps in the future they will be? ❤️).

Features

Below is a list of the current functionality that has been implemented.

Note that hotkeys cannot be 'disabled', but they can be set to Blank. They are all set to blank by default.

Hotkeys

Recommended hotkey Action
Shift + Alt + Copy Current Line(s) Down
Shift + Alt + Copy Current Line(s) Up
Ctrl + Shift + A Select Current Line(s)
Ctrl + Alt + 1 Toggle Heading - H1
Ctrl + Alt + 2 Toggle Heading - H2
Ctrl + Alt + 3 Toggle Heading - H3
Ctrl + Alt + 4 Toggle Heading - H4
Ctrl + Alt + 5 Toggle Heading - H5
Ctrl + Alt + 6 Toggle Heading - H6

Philosophy

  • By default no features are enabled. You can enable the features you want.
    • Thus all features can also be disabled.
  • All code is released into public domain without any requirement for attribution using the Unlicense.

Why Unlicense?

In case the developers of Obsidian want to just straight copy some code into Obsidian, they can do that without worrying about licensing at all.

Note that any contributions to ObsidianTweaks will thus also be Unlicensed.

Honorable Mentions

I initally planned to contribute to the Hotkeys++ plugin, but since I don't necessarily want ObsidianTweaks to be limited to hotkeys in the future, I decided to make my own.

Contributors