Closed atnoir closed 9 months ago
I have the same problem.
I'd prefer this to work like how Enter works now, where Tab only creates a new card if you're not currently editing it.
Will be fix soon.
I have the same problem.
I'd prefer this to work like how Enter works now, where Tab only creates a new card if you're not currently editing it.
I agree, and that sounds like the best solution. 👍
You can try the following methods to fix this issue:
• Note: On a MacBook, if you can't see ".obsidian" file in the Obsidian vault folder, please use "Command + Shift + ." to view hidden files.
Method 1: Go to line 358 and add the following code below that line:
if (parentNode.isEditing)
return;
Remember to save!
Method 2: You can also search for "const parentNode = canvas.selection" (on line 358), and then add the following code below it:
if (parentNode.isEditing)
return;
Remember to save!
Will be fix soon.
I wish this was fixed. I don't know how it isn't driving everyone crazy to not be able to use tab inside of a card.
@Quorafind Do you think you will fix this issue ? It drives me mad and I don't want to disable the plugin, as it is very usefull :(
got fixed
Bug Description
"Tab" is commonly used in outliner as "indent line", and this mindmap addon doesn't support other hotkey configurations for creating the child card. Both provide zero customization and so I have to disable this addon. Hoping for a solution. Thanks.
Relevant Screenshot
No response
To Reproduce
Obsidian Version
1.1.9
Checklist