theotheo
theotheo
I've faced the similar problems when [adding a simplest feature](https://github.com/PKM-er/obsidian-zotlit/pull/296#issue-2093346853). But at the end I've built development version. Did you use rush tool to built?
Maybe you can try to turn off type checking for the error with "@ts-ignore"?
Thank you! It seems I can use `enqueueTask`-endpoint to create a export-task, then wait until it finished and export md-file from resulted archive. If I understand correctly builtin API doesn't...
@dragonwocky thank you! Appreciate your advices! I should think about it.
@Lx Could you please merge this commit? I guess It fixed a problem that I've faced
Seemingly, I misinterpreted the comments above, deciding that you gave the necessary rights. Maybe you could do opposite: merge changes to your fork. Really sorry for this suggestion. But I...
I really want this feature, so I think I might try to implement it. @scambier Could you please give me some advice on this idea.
@scambier wow! Thank you so much for such a detailed description. With you help I've yet implemented header link insertion! I'll try with the block link later. For now it's...
Thank you! I'll try to add de-aggregation. By the way, there are a couple of questions: 1) ) I encountered a situation where there is no heading in a note....
I met the same problem