Skip to content

Commit

Permalink
releasing version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nbossard committed Jan 13, 2024
1 parent 6ce60a7 commit 0d4d033
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!-- Disable too long line MD013 -->
<!-- markdownlint-disable MD024 MD013 -->

## [1.0.7] - 2024-0X-XX
## [1.0.7] - 2024-01-13

- adding support of numbers
- adding support of increase/decrease numbers

## [1.0.6] - 2024-01-10

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Inspired by vim plugin : <https://github.com/Konfekt/vim-CtrlXA>

This Obsidian plug-in makes the key bindings <Ctrl-X/A>
additionally cycle through lists of keywords such as for example:
This Obsidian plug-in allows easy cycle through lists of keywords such as for example:

- Monday/Tuesday/Wednesday/...
- true/false
Expand All @@ -12,13 +11,18 @@ additionally cycle through lists of keywords such as for example:
- yesterday/today/tomorrow
- roman numerals I, II, III...

It also automatically increases/decreases numbers.

Coming soon : dates support.s

## Usage

Install and enable this plugin.

Go to settings of plugin, fill the lists you need.

Go to settings/hotkeys, define hotkeys for commands "Ctrl-XA cycle various items: Cycle up" and "Ctrl-XA cycle various items: Cycle Down", could be Ctrl-X and Ctrl-A, or anything you want...
Go to settings/hotkeys, define hotkeys for commands *"Ctrl-XA cycle various items: Cycle up"* and *"Ctrl-XA cycle various items: Cycle Down"*,
could be Ctrl-X and Ctrl-A (like in Vim), or any key you want...

## Various

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-ctrlxa-plugin",
"version": "1.0.7",
"description": "Plugin for Obsidian to easily cycle thought various items",
"description": "Plugin for Obsidian to easily cycle thought various lists of words",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down

0 comments on commit 0d4d033

Please sign in to comment.