Issue creating new notes from Open dialog box

This can likely be closed immediately, but posting for posterity.

This bug seems similar to this closed bug that used ctrl+n with the same solution. I did read the bug template, but I thought it may help lend more information because there was no reproducibility before.

Also, please let me know if there are any logs that could help.

Steps to reproduce

  • Ctrl+o
  • Enter new filename
  • ctrl+shift+enter

Expected Result

  • Open new file with name passed from Ctrl + o
  • The remaining workflow would be
    • Trigger meta.md as global templater template
    • meta.md calls templater user script
    • user script logs name in console.
    • user script parses folder and/or filename to find a template
    • apply template

Actual result

  • I think that, first time, it will close the open tab
  • after that, it appeared to do nothing
    • user script logging name in console does not occur.

Environment

SYSTEM INFO:
Obsidian version: v1.6.3
Installer version: v1.4.13
Operating system: Windows 10 Home 10.0.22631
Login status: logged in
Catalyst license: none
Insider build toggle: off
Live preview: off
Base theme: adapt to system
Community theme: none
Snippets enabled: 1
Restricted mode: off
Plugins installed: 25
Plugins enabled: 25
1: Metadata Menu v0.8.7
2: Commander v0.5.1
3: Workspaces Plus v0.3.3
4: Zotero Integration v3.1.8
5: Supercharged Links v0.12.1
6: Auto Link Title v1.5.4
7: Better Word Count v0.10.1
8: Style Settings v1.0.8
9: Execute Code v1.12.0
10: Templater v2.3.3
11: Admonition v10.3.2
12: Close Similar Tabs v3.1.7
13: Calendar v1.5.10
14: Periodic Notes v0.0.17
15: Automatic Table Of Contents v1.4.0
16: Force note view mode v1.2.2
17: Linter v1.24.0
18: Modal forms v1.46.0
19: Plugin Update Tracker v1.5.2
20: Footnote Shortcut v0.1.3
21: QuickAdd v1.9.0
22: Folder notes v1.7.22
23: Alt-Click to Copy v1.0.0
24: Note Refactor v1.8.2
25: Dataview v0.5.67


Additional information

Work around:

  • Open new tab
  • Click “create new note”

Fixed the problem at least temporarily:

  • open sandbox vault
  • created several notes with Ctrl + o workflow above.
  • closed sandbox and it worked in the original vault.

Weird behavior outside of Obsidian

I am having issues with office apps not opening at all. I don’t know how correlated these are for when they started, or if they even could be related.

This keeps sporadically reoccurring for me, and I’ve not noticed what what could be triggering it.

I use Templater heavily, and also have a number of notes with DataviewJS, so it’s entirely possible that I’ve messed up some code that causes the issue.

Let me know if there’s anything I can do to log occurrence for debugging.

Please try to reproduce this using the Sandbox vault with no community plugins installed. Otherwise, I have a feeling it will be moved out of the Bug reports category.

Sorry, we don’t take bug reports involving third party plugins. Moved to the help section.

I will attempt this next time it happens, but I don’t think it will provide information because:

  • switching vaults, without closing anything, resolves the problem;
  • I don’t think I can be in a sandbox long enough for the problem to arise.

This has been moved to help, so perhaps it will just exist for posterity.

Another post for posterity in case someone finds this down the road.

The extension causing my problem was Multi Column Markdown v.0.9.1.

In the developer tools window, this error cropped up:
“Error matching next col-break to current element. Can not continue.” mcm_livePreview_widget.ts:629

I will report over there.

i prefer to use obsidian columns - i can even break up the screen with meta bind buttons while multi column markdown seemed to fail

Thanks for the tip.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.