Peng Ding
Peng Ding
I tried reinstalling Heroic with following steps but nothing changed: - `sudo apt purge heroic --autoremove` - `rm .config/heroic` - `rm .config/legendary` - `sudo gdebi heroic_2.3.7_amd64.deb` Downgrade to 2.3.6 doesn't...
any update?
@cnrpman Is there a snippet showing how to properly create page alias? If you could point me to an example, I can try to implement the features above.
I did that but `alias::` only shows as plain text  This is how I did it: https://github.com/Oaklight/logseq/blob/ed8ba06fd0afafa515250328afefefec1ad1b4f3/src/main/frontend/extensions/zotero/extractor.cljs#L134 I think there might be something else that needs tuning?
```markdown links:: [Local library](zotero://select/library/items/HPVTKM8L), [Web library](https://www.zotero.org/users/5679978/items/HPVTKM8L) authors:: [[Daniel Bolya]], [[Cheng-Yang Fu]], [[Xiaoliang Dai]], [[Peizhao Zhang]], [[Judy Hoffman]] tags:: [[attention design]], [[llm]], [[vision transformer]] date:: [[09-15-2022]] citekey:: bolya2022HydraAttentionEfficient alias:: @Hydra Attention:...
Indeed, re-index and alias work, but restarting the program without re-index doesn't. Do you think it should be forced to re-index whenever the program closes/starts? Re-index also affects multi-device sync...
Agreed. Re-indexing every time is an overkill for this purpose. I guess there is a function/mechanism for the refreshing purpose, because when I directly work on the interface, alias with...
> I think it is about the path issue fixed recently if it happens on 0.7.x versions I was using 0.8.5 when I found the sync and reindex issue.
> @Oaklight Does clicking the block and do some editing refresh the alias? not for me. neither clicking around nor editing works.
@cnrpman @tiensonqin any update on the "refresh" api?