Development Primer #330
-
Greetings, I came across this project while trying to build a DM obsidian vault. It Fantastic! And there's bugs! and that's fine... I'm intrigued to try addressing some of the problems that bother me but I'm a lowly C# developer with a pittance of Java experience. However if I had a debugger I think I could make a go at it! So I'm wondering if anyone might have:
Any assistance would be greatly appreciated! -D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I added some content to CONTRIBUTING.md, we'll see if that helps. I did add a rough flow, and some tips for how to run tests for subsets of data. Indexing always happens for everything... ingest is one big mammoth step, as you need all of the bits there for rendering. My advice: get VSCode set up (the guide recommends plugins), and add Copilot. Ask Copilot to explain anything you don't understand (due to syntax or convention differences) |
Beta Was this translation helpful? Give feedback.
I added some content to CONTRIBUTING.md, we'll see if that helps.
I did add a rough flow, and some tips for how to run tests for subsets of data. Indexing always happens for everything... ingest is one big mammoth step, as you need all of the bits there for rendering.
My advice: get VSCode set up (the guide recommends plugins), and add Copilot. Ask Copilot to explain anything you don't understand (due to syntax or convention differences)