No description
Find a file
2023-12-03 11:32:27 +09:00
.github/workflows add github workflow 2023-09-17 19:23:42 +09:00
resources Fixed to follow Use sentence case in UI. 2023-09-25 23:52:03 +09:00
src/components Added option to delete merged notes. 2023-12-03 11:31:49 +09:00
.editorconfig first commit 2023-09-17 19:19:27 +09:00
.eslintignore first commit 2023-09-17 19:19:27 +09:00
.eslintrc first commit 2023-09-17 19:19:27 +09:00
.gitignore first commit 2023-09-17 19:19:27 +09:00
.npmrc first commit 2023-09-17 19:19:27 +09:00
esbuild.config.mjs first commit 2023-09-17 19:19:27 +09:00
LICENSE add license 2023-09-17 19:20:13 +09:00
main.ts Fixed to follow Use sentence case in UI. 2023-09-25 23:52:03 +09:00
manifest.json version up 2023-12-03 11:32:27 +09:00
package-lock.json Uninstalled unnecessary libraries. 2023-09-24 22:09:26 +09:00
package.json version up 2023-12-03 11:32:27 +09:00
README.md Added option to delete merged notes. 2023-12-03 11:31:49 +09:00
styles.css Added exclude properties option. 2023-12-03 11:02:56 +09:00
tsconfig.json fix compile error 2023-09-24 16:17:26 +09:00
version-bump.mjs first commit 2023-09-17 19:19:27 +09:00
versions.json version up 2023-12-03 11:32:27 +09:00

Merge Notes

Merge Notes is a plugin for Obsidian that allows you to merge notes selected in the context menu into a single note.

How to use

Select the notes you want to merge in the file explorer.

Right click on the selection and select Merge notes.

You can specify the file name of the new note after the merge by its title.

If the note name is long, a popup will also appear to confirm the name.

Notes to be merged can be rearranged by drag-and-drop.

Click the Merge notes button to execute the merge.

The merged note will be created in the same folder as the first note in the selection.

Open source libraries