andrew-malikov / smoorth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smoorth

GitHub manifest version CI Release

Replaces the default Obsidian caret with a smooth and round one. Works only with enabled Vim mode during editing.

Features

  • Smooth caret which stops blinking after 20 iterations.

Installation via BRAT

Related

Releasing new releases

  • Update the manifest.json with a new version number, such as 1.0.1, and the minimum Obsidian version required for your latest release.
  • Update the versions.json file with "new-plugin-version": "minimum-obsidian-version" so older versions of Obsidian can download an older version of your plugin that's compatible.
  • Tag the commit with a new version. Use the exact version number, don't include a prefix v. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releases

You can simplify the version bump process by running npm version patch, npm version minor or npm version major after updating minAppVersion manually in manifest.json. The command will bump version in manifest.json and package.json, and add the entry for the new version to versions.json

How to use

  • Clone this repo.
  • pnpm install to install dependencies
  • pnpm dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

API Documentation

See https://github.com/obsidianmd/obsidian-api

About

License:MIT License


Languages

Language:JavaScript 69.3%Language:TypeScript 30.7%