Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 703 Bytes

dev-docs.md

File metadata and controls

24 lines (17 loc) · 703 Bytes

Dev Docs

📁 Project structure

  • src/ - source code
    • src/graph/ - Graph data structures and algorithms
    • src/settings/ - Settings data structures
    • src/utils/ - Utility functions
    • src/views/ - Views and UI components
      • ./atomics/ - Atomic UI components
      • ./graph/ - Graph UI components
      • ./settings/ - Settings UI components
    • ./main.ts - Main plugin file

🤝 Contributing

Contributions are welcome, but please make sure they are understandable and no bloat.

🗺️ Roadmap

Near future

  • become an official community plugin
  • await community feedback on the plugin (and fix bugs)