Xule Lin

Results 7 issues of Xule Lin

With the latest update, the outputs of "Date Added" are incorrect that: 1. "2020-01-23" becomes "2020-00-23" 2. "2020-02-01" becomes "2020-01-01"

bug
awaiting user feedback

**Is your feature request related to a problem? Please describe.** Referencing to the request for color dictionary at #8 **Describe the solution you'd like** To assign "names" to annotation colors...

enhancement

It seems that parent collection(s) is not included unless one item is manually added to the parent collection(s). Would it be possible to include the parent collection(s) as an option?...

enhancement

Thank you so much for making this plugin! Since Obsidian now supports hierarchical tags, would it be possible to use `#YYYY/MM/DD` in addition to `#YYYY-MM-DD`? The hierarchical tags would help...

When running the command to ingest all the data, I encountered the following message: UnboundLocalError: local variable 'loader' referenced before assignment

1. The commands you ran to start the app ``` # Backend conda activate opendevin uvicorn opendevin.server.listen:app --port 3000 # Frontend conda activate opendevin npm start ``` 2. The environment/config...

bug

``` "PandocCiter.UseDefaultBib": true, "PandocCiter.ForgetUnusedBib": true, "PandocCiter.ViewType": "browser", "PandocCiter.ShowLog": true, "PandocCiter.CitationFormat": [ "author", "title", "journal", "publisher", "booktitle", "year" ], "[markdown]": { "editor.quickSuggestions": { "comments": "on", "strings": "on", "other": "on" } },...