obsidian-text-expand
obsidian-text-expand copied to clipboard
A simple text expand plugin for Obsidian.md
Hi! First of all, thank you for $count macro, it works great! I have another suggestion for implementation. Right now, when I use $lines:XXX macro, it returns XXX first lines...
I maxed out delay time at 10000. The obsidian search result stop before the text expander start pasting result, so i dont think this is due to the delay time...
Hello. There are [plugin](https://github.com/blacksmithgu/obsidian-dataview), that provides more functional for advanced search. If text expander can use, than it'll be awesome.
Trying to pull all task-todo: from a list of files, along with their immediate '#' header values; code: ```expander (task-todo:"") (file:"ToDo test") $filename $header:# $match ``` expected output; ```ToDo test...
Hi again. It would be great to be able to display tag values from a note. Is it possible to add, for example, two special sequences: - `$iftag:NAME:STRING1:STRING2` - returns...
Thank you for developing such a great plugin "$header:##" , This command works well and is amazing but $lines:10,This command does not take effect,I can't find where the problem is。
Can the $created results be transformed to a moment.js date format? Or the users should be given a transform option.
In new Obsidian release (+1.0) I tried to use `$searchresult` in a query but didn't obtain any results. Then saw this in the developer tools: The error came from this...
First off, thank you for this plugin! I just discovered it and I'm so excited about it. I'm trying to use it to create a MOC for various tagged topics,...
As shown in the image, when tags are present in the title, the "#" symbol of the tag should not be included in link. 