new plugin CopyFileContents ~Easily copy text file attachments contents (#2790)

This commit is contained in:
Obsidian 2024-08-31 18:02:27 -08:00 committed by Nuckyz
parent 00276cad7c
commit d5eaae9d51
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
5 changed files with 81 additions and 4 deletions

View file

@ -0,0 +1,8 @@
.vc-cfc-button {
color: var(--interactive-normal);
cursor: pointer;
}
.vc-cfc-button:hover {
color: var(--interactive-hover);
}