I've been recently trying to do some writing practice using an LLM, but I found out it has trouble judging the exact level I'm at. I think it would be amazing if we could somehow export all the known grammar terms into a markdown format of some kind, so that we could then import them into an LLM to use as context.
I think the format doesn't need to be anything fancy, just what is already visible in the known grammar list in full view should suffice (including example sentence).
We do have the export option (on any list, or under Tools > Advanced Search). However, the formatting is limited to per-line formatting. There is no way to do create a full .md document that describes what the data is.
We do have the export option (on any list, or under Tools > Advanced Search). However, the formatting is limited to per-line formatting. There is no way to do create a full .md document that describes what the data is.
I can see the option under More -> Export on every list except for grammar. On grammar lists there is no "More" button at all. Is that a bug then? I'm on Android.
Oh, maybe I never wrote out the export tool for grammar. It's quite possible. Unfortunately, I will not have time to do so at the moment. This is more work on your end, but I'd recommend using renshuu's API to get the information you're looking for. You might even be able to get the LLM to do the api calls yourself.