Can't copy text when editing a cell of a list in a Bases' table view

Steps to reproduce

  1. Create a base that displays list property foo
  2. Click a cell to edit foo for a note
  3. Enter [[test note]]
  4. Press CMD+A CMD+C or select Copy from right-click context menu
  5. Press Enter
  6. Paste somewhere

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

  1. Copy command should work.
  2. [[test note]] should be added to foo property

Actual result

  1. The selected text is not copied to the clipboard.
  2. Pressing Enter while the item is selected from the previous step, results in a foo property with - "[[[[]]" as a value, in opposed to - "[[test note]]"

Tested in a fresh vault with no plugins. Obsidian 1.10.0, installer version 1.9.14, macOS 15.7.

Environment

SYSTEM INFO:
Obsidian version: v1.10.0
Installer version: v1.9.14
Operating system: Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:52 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_ARM64_T8112 24.6.0
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: Minimal v8.0.4
Snippets enabled: 7
Restricted mode: off
Plugins installed: 24
Plugins enabled: 22
1: Settings Search v1.3.10
2: Calendar v1.5.10
3: Charts v3.9.0
4: Dataview v0.5.68
5: Tag Wrangler v0.6.4
6: Templater v2.16.1
7: Apple Books - Import Highlights v1.7.0
8: Vim Toggle v1.1.0
9: Heatmap Calendar v0.7.1
10: Sortable v0.3.1
11: Natural Language Dates v0.6.2
12: krekre uploader v0.0.8
13: BRAT v1.3.0
14: Hider v1.5.1
15: Linter v1.30.0
16: YAML Image Embedder v0.1.6
17: Remember note position v0.1.8
18: ABC Music Notation v1.6.0
19: Maps v0.1.2
20: Style Settings v1.0.9
21: Minimal Theme Settings v8.1.1
22: Bases Charts v0.0.10

The steps to reproduce seem incomplete, given the things mentioned in later steps.

It looks to me like the intended steps may be something like:

  1. Create a base that displays list property foo
  2. Click a cell to edit foo for a note
  3. Type [[test note]]
  4. Press CMD+A, then CMD+C (or right-click the selection and choose “Copy”)
  5. Press Enter
  6. Paste [somewhere]

Thanks, edited my post!

1 Like