Antonio Tejada
Antonio Tejada
The documentation states that apply_to_vector can be used to transform a list of vectors (instead of calling apply_to_vector on each one in a Python loop) ```python """ :param numpy.array vec:...
The zip file date is used as a proxy for the last version file date, but the zip file date can be off depending on the time it takes to...
This `CSS` snippet hides the `edtz` files from the file explorer. ```css .tree-item.nav-file:has(div[data-path$=edtz]) { display: none; } ``` Obsidian v1.4.9 _Originally posted by @gapmiss in https://github.com/antoniotejada/obsidian-edit-history/issues/2#issuecomment-1714866617_