Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Mar 11, 2018
1 parent d606a6e commit 3714bbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target/
nb-configuration.xml
nbactions.xml
nbactions-publish.xml
pom.xml.tag
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
The Main part of a software project is not code but knowledge generated during the project. I guess knowledge is the main part of every business today and it is very important to move the generated knowledge from non-formal level to formal level to avoid its loss. There are many approaches to save knowledge and [a mind map diagram](https://en.wikipedia.org/wiki/Mind_map) is one of them. Also it is very important to keep the "distance" between project and its knowledge as short as possible and the ideal variant is to keep knowledge just within the project as a document set. If you use any external knowledge engineering tool then the distance already is not so short and for the cause I had decided to develop some plugin which would allow to form mind maps and keep knowledge graph just within projects and allow to work with the graphs just with the IDE.

# Changelog
__1.4.3 (SNAPSHOT)__
- IJ: [#40](https://github.com/raydac/netbeans-mmd-plugin/issues/40) Fixed exception if turn off option `disable .projectKnowledge folder autocreation` in proect facet
- SR: added support for [PlantUML](http://plantuml.com/) script rendering (files `.pu`,`.puml` and `.plantuml`)

__1.4.2 (25-feb-2018)__
- SR: [#38](https://github.com/raydac/netbeans-mmd-plugin/issues/38) added option to not show hidden files and folders in proect tree
- ALL: Added paper render quality option
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
__1.4.3 (SNAPSHOT)__
- IJ: [#40](https://github.com/raydac/netbeans-mmd-plugin/issues/40) Fixed exception if turn off option `disable .projectKnowledge folder autocreation` in proect facet
- SR: added support for [PlantUML](http://plantuml.com/) script rendering (files `.pu`,`.puml` and `.plantuml`)

1.4.2 (25-feb-2018)
- SR: [#38](https://github.com/raydac/netbeans-mmd-plugin/issues/38) added option to not show hidden files and folders in proect tree
- ALL: Added paper render quality option
Expand Down

0 comments on commit 3714bbe

Please sign in to comment.