Boninall

Results 55 comments of Boninall

Forgot to add link : https://github.com/Canna71/obsidian-chronology

@Archie-2021 You can try opening Powershell, input `rg` and then enter to see if the rigrep is installed correctly.

@joethei Fixed in https://github.com/Quorafind/Obsidian-Table-Generator/commit/26476699f14e90a1d4ef4e01b4e577d46ea45dbd

Sorry that I didn't update this. And it closed automatically because I pulled a new request. I will reopen this soon. @claremacrae

@liamcain hi, I fixed all these issues.

@liamcain > [if (!this.tableGeneratorEl) return;](https://github.com/Quorafind/Obsidian-Table-Generator/blob/5bfeaffb612199004648e8174deac5bb4f0dc6db/src/tableGeneratorIndex.ts#L86-L87) Unnecessary check, createElement won't fail, so this will never run Remove. And use `createEl` from Obsidian now. > [if (this.tableGeneratorEl) this.tableGeneratorEl.detach();](https://github.com/Quorafind/Obsidian-Table-Generator/blob/5bfeaffb612199004648e8174deac5bb4f0dc6db/src/tableGeneratorIndex.ts#L80) No need to detach...

@liamcain https://github.com/obsidianmd/obsidian-releases/pull/1212

@pyrochlore Would you mind adding support to show the text we track? Here is a prototype pic if you want to refer. ![image](https://user-images.githubusercontent.com/13215013/122854312-1b0de900-d346-11eb-8c17-a1d9251620cd.png) I think it will make calendar view...

@pyrochlore Yet, if you could make it handle multiple datasets, it must be perfect one. But now, you could just handle single dataset to show it in a single calendar,...

Nice, can't wait to see the text showing feature.