Closed gdm257 closed 10 months ago
Thank you for reaching out and expressing interest in the project. Could you please share some Obsidian plugin that you use with suggestion, so I will fix an test it very soon?
Thank you for reaching out and expressing interest in the project. Could you please share some Obsidian plugin that you use with suggestion, so I will fix an test it very soon?
Sure! Here are some plugins:
Slash commands
: official plugin for suggestion of /
FuzzyTag
: tag suggestion in frontmatterCompletr
: LaTeX suggestionAnd fast use case
---
# FuzzyTag
tags:
- pattern
---
# Slash commands
/pattern
# Completr
$alpha$
When I upgrade marp slides to 0.42.0, the editor code completions provided by other plugins don't work as if issue #129
I'm sure this problem was introduced in 0.42.0, where 0.41.0 works well. It looks like
src/main.ts
cleans other suggestions byregisterEditorSuggest
I'm not family with obsidian API, is there a solution like appending suggestions to existing?