Semantik - mindmapping-like tool for document generation. Semantik is a mind-mapping application for KDE that helps creating documents such as reports or presentations (formerly kdissert).
Mind-maps are edited either as flat trees (linear view on the left) or in two dimensions (center). Each node on the map can be associated with tables, text, pictures or diagrams (botton level).
Maps are then converted to "flat" documents such as presentations or reports using document generators. This enables the rapid creation of technical documentation in the LaTeX, OpenOffice or Html format.
Official Sites:
https://waf.io/semantik.html
https://waf.io/semantik.html
Installing semantik in Archlinux
Semantik is available in AUR repository:
https://aur.archlinux.org/packages/semantik/
But if it's not updated you can build from source code.
Requirements:
https://aur.archlinux.org/packages/semantik/
But if it's not updated you can build from source code.
Requirements:
desktop-file-utils, kdelibs4support, kio, python, qt5-svg, qt5-webengine, shared-mime-info
If it's not installed you can install it by pacman.
$sudo pacman -S desktop-file-utils kdelibs4support kio python qt5-svg qt5-webengine shared-mime-infoDownload source code on semantik sites. Extract it:
Run waf configure build
$./waf configure buildThe end must like these:
[122/126] Compiling src/po/ru.po
[123/126] Compiling src/po/sk.po
[124/126] Compiling src/po/de.po
[125/126] Linking build/src/semantik-d
[126/126] Symlinking build/libsemantik.so
Waf: Leaving directory `/home/cidcidcuid/AUR/semantik-1.0.5/build'
'build' finished successfully (2m21.821s)
Then install semantik
$sudo ./waf install
The end must like these:
+ install /usr/share/icons/hicolor/scalable/apps/semantik-d.svg (from src/data/semantik-d.svg)
+ install /usr/share/semantik/tips (from src/data/tips)
+ install /usr/share/kxmlgui5/semantik-d/semantik-dui.rc (from src/data/semantik-dui.rc)
+ install /usr/share/kxmlgui5/semantik/semantikui.rc (from src/data/semantikui.rc)
Waf: Leaving directory `/home/cidcidcuid/AUR/semantik-1.0.5/build'
'install' finished successfully (4.349s)
Running application, the apps will shows in office menu. Or you can run on terminal
$semantik
Running Semantik Application
Here's the default Semantik User interface:If you don't know how it works, just open it in the sample file that is available, then please try to modify the file.
If you already know the concept, then you can create your own diagram using this semantic application.
Ok that's all about the semantik and installation in archlinux, try the application by yourself.
Enjoy.