Nikita Konodyuk
Nikita Konodyuk
The plugin relies on CM5 (considered legacy since v13.0.0) and its failure is expected when used with CM6. Unfortunately, I have no plans to upgrade the plugin to CM6 in...
Currently it is not possible. The shortest sequence you can achieve in the described case is `:qq`Tab. Also please bear in mind that this plugin is not and will not...
See the [release notes for 1.1.0](https://github.com/konodyuk/obsidian-text-expander#110). Could you please elaborate on the other questions, since I'm not quite sure which feature you think the plugin is missing.
Try switching the quotes to `, like: ``` { "regex": "^22$", "replacement": ` | | | | | --- | --- | --- | | | | | | |...
Those sections visible only in preview mode are called headers and footers in the terminology of the plugin. Their content is determined by the type of open note and is...
In order to correctly handle such features as automatically generated note prefixes, the plugin modifies the renaming interface and requires you to click on note title to change it in...
OTL stands for Obsidian Typing Language. YAML syntactically restricted me from using some constructions, and overall was not flexible enough for complex configs, thus I decided to introduce a more...
The plugin is finally out for beta, and the docs now contain [OTL Reference](https://konodyuk.github.io/obsidian-typing/docs/reference/language). By the way, it is rather interesting to see how the syntax evolved over time.
Hi, thank you for the report. I currently understand the issue as that under certain circumstances when you add a typed note as a card on canvas, it is rendered...
1. Yes, I am planning to update the docs completely, add examples and start publishing type packages 2. This is strange, I would appreciate providing a minimal example reproducing this,...