We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When I try to insert a citation from my litterature on a canvas file in Obsidian, it doesn't do anything.
To Reproduce Steps to reproduce the behavior:
Console output app.js:1 Obsidian Developer Console plugin:obsidian-auto-link-title:250 loading obsidian-auto-link-title plugin:obsidian-banners:28 Loading Banners... plugin:dataview:20685 Dataview: version 0.5.47 (requires obsidian 0.13.11) plugin:obsidian-charts:79 loading plugin: Obsidian Charts plugin:customjs:163 Loading CustomJS plugin:obsidian-task-collector:539 loading Task Collector (TC) plugin:dataview:13951 Dataview: all 296 files have been indexed in 0.171s (296 cached, 0 skipped). TypeError: Cannot read properties of null (reading 'replaceRange') at CitationPlugin.eval (plugin:obsidian-citation-plugin:85866:29) at step (plugin:obsidian-citation-plugin:92:23) at Object.eval [as next] (plugin:obsidian-citation-plugin:73:53) at eval (plugin:obsidian-citation-plugin:66:71) at new Promise () at __awaiter (plugin:obsidian-citation-plugin:62:12) at CitationPlugin.insertLiteratureNoteContent (plugin:obsidian-citation-plugin:85862:16) at InsertNoteContentModal.onChooseItem (plugin:obsidian-citation-plugin:14823:21) at InsertNoteContentModal.t.onChooseSuggestion (app.js:1:1726362) at InsertNoteContentModal.t.selectSuggestion (app.js:1:1725912) Promise.catch (async) InsertNoteContentModal.onChooseItem @ plugin:obsidian-citation-plugin:14823 t.onChooseSuggestion @ app.js:1 t.selectSuggestion @ app.js:1 e.useSelectedItem @ app.js:1 e.onSuggestionClick @ app.js:1 s @ enhance.js:1
Expected behavior I expect to insert my chosen citation onto the canvas in the newly created text box.
Platform
The text was updated successfully, but these errors were encountered:
I've also seen this issue since the introduction of canvas on my mac (current OS version: 14.0). Would love to see this fixed!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
When I try to insert a citation from my litterature on a canvas file in Obsidian, it doesn't do anything.
To Reproduce
Steps to reproduce the behavior:
Console output
app.js:1 Obsidian Developer Console
plugin:obsidian-auto-link-title:250 loading obsidian-auto-link-title
plugin:obsidian-banners:28 Loading Banners...
plugin:dataview:20685 Dataview: version 0.5.47 (requires obsidian 0.13.11)
plugin:obsidian-charts:79 loading plugin: Obsidian Charts
plugin:customjs:163 Loading CustomJS
plugin:obsidian-task-collector:539 loading Task Collector (TC)
plugin:dataview:13951 Dataview: all 296 files have been indexed in 0.171s (296 cached, 0 skipped).
TypeError: Cannot read properties of null (reading 'replaceRange')
at CitationPlugin.eval (plugin:obsidian-citation-plugin:85866:29)
at step (plugin:obsidian-citation-plugin:92:23)
at Object.eval [as next] (plugin:obsidian-citation-plugin:73:53)
at eval (plugin:obsidian-citation-plugin:66:71)
at new Promise ()
at __awaiter (plugin:obsidian-citation-plugin:62:12)
at CitationPlugin.insertLiteratureNoteContent (plugin:obsidian-citation-plugin:85862:16)
at InsertNoteContentModal.onChooseItem (plugin:obsidian-citation-plugin:14823:21)
at InsertNoteContentModal.t.onChooseSuggestion (app.js:1:1726362)
at InsertNoteContentModal.t.selectSuggestion (app.js:1:1725912)
Promise.catch (async)
InsertNoteContentModal.onChooseItem @ plugin:obsidian-citation-plugin:14823
t.onChooseSuggestion @ app.js:1
t.selectSuggestion @ app.js:1
e.useSelectedItem @ app.js:1
e.onSuggestionClick @ app.js:1
s @ enhance.js:1
Expected behavior
I expect to insert my chosen citation onto the canvas in the newly created text box.
Platform
The text was updated successfully, but these errors were encountered: