No description
Find a file
2025-03-18 16:17:37 +01:00
.github/workflows added release github action 2025-03-18 15:59:57 +01:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
LICENSE updated README and LICENSE, added package-lock file 2025-03-18 15:49:57 +01:00
main.ts fix 2025-03-18 16:01:41 +01:00
manifest.json updated description 2025-03-18 16:17:37 +01:00
package-lock.json updated README and LICENSE, added package-lock file 2025-03-18 15:49:57 +01:00
package.json initial version of plugin 2025-03-18 15:39:33 +01:00
README.md updated README and LICENSE, added package-lock file 2025-03-18 15:49:57 +01:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Fix inconsistent indentation 2024-01-19 21:14:58 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

Obsidian Duplicate line Plugin

This plugin for Obsidian allows to duplicate line or selection with single hotkey. Set hotkey for this plugin (Preferences -> Hotkeys -> search for "Duplicate line" and set, for example. CMD/CTRL+D), and enjoy :)

Current stable version

1.0.0

Authors

Contact

If you like or dislike this software, please do not hesitate to tell me about it via email (marcin@urzenia.net).

If you find a bug or have an idea to enhance this tool, please use GitHub's issues.

ChangeLog

1.0.0

  • initial version