docugit-justextension READMEThis is an early stage documentation/exploration tool FeaturesAbility to mark sections in a file as nodes in a graph. These can then also be linked in groups and groups of groups. I'll write down that this can do in the release notes for now and write up a user manual when it's a it more feature complete. RequirementsNot sure. I need to reduce the vscode required version at some point this is a really simple extension. Extension SettingsI'll do this later Known IssuesIf you remove a workspace that is referenced by another workspace it'll just crash at the moment. In the future I'll provide a helpful error in the near future because this'll annoy me. If you rename files there isn't a way to fix that at the moment other than manually editing the underlying object to the new chain/path. Again I'll fix this soon - it'll just be a simple remap. I need to write a how-to for this or provide any kind of guidance at all. Release NotesCleanup and stability Redraw needs to be remap. 0.7.0I did a fairly big rewrite to make working with the underlying files far easier. In the process I've made this a lot faster and I think more stable - just through revisiting and the aforementioned simplicity This is feeling more minimal viable now. Need to clean up the interface a little. The context menus in particular are a bit of a mess. I've added adding sections as a code completion suggestion which makes adding them a bit easier. There are known issues. 0.6.0Added incoming and outgoing treeviews 0.5.0Basic error fixing added 0.4.0Not sure if this version is ready or not but I want to try it out for real Much more snappy Can move groups Can redraw sectiond Does basic validation 0.3.0Moved the model to keeping each object in it's own file. This simplifies things a load. The experience is better but performance can be a bit ropey here and there. Features:
0.2.0There are just a load of changes made to make this work properly. Drag and drop is working to create links Deleting and renaming as working Bookmarks are there though in a rough form and needs work. I've simplified the code a tonne 0.1.0Initial release of docugit |