Pen note-taking program hoodle, which is being developed entirely in haskell, is updated to version 0.2.
The previous version was 0.1.1.
- hoodle data format updated. now hoodle document has a unique id.
- linking between documents implemented
- vertical space inserting tool implemented
- a widget introduced for panning and zooming
- drag and drop linking implemented
- drag and drop image embedding implemented
- poppler pdf support is mandatory
- pdf can be embedded in a file
- toolbox ui reflects current hoodle state more correctly
- slimmer select box design
- several rendering glitches fixed
Note that poppler is mandatory for hoodle (in the previous versions, poppler support was optional). One needs to install poppler-glib before installing hoodle.
After gtk2hs and poppler installed, installing hoodle should be simply
> cabal install hoodle
As for the detail information about wacom tablet support, please read installation page on the webpage.
If you were using the previous versions of hoodle, you will find this version gives you much smoother experience and many interesting improvements. (especially adding vertical space tool and pan-zoom widget )
Enjoy~
best,
Ian-Woo Kim