Tuesday, February 17, 2009

Piggydb V3.6 released

This release adds new Home page functionality, and also fixes a couple of bugs.

The new Home page provides two display formats: "detail" and "list". You can switch between these using the respective buttons in the top-right corner of a fragment list.

Detail view:


List view:


home tag - fragments tagged with "home" always display on the Home page, ideal to provide entry points to your knowledge.





Embedding "pre" formatted fragments now works as expected.



Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted

Monday, February 9, 2009

Piggydb V3.5 released

This maintenance release mainly focuses on improving the user interface.

Piggydb's HTML/CSS was re-written to fully conform to the XHTML 1.0 Transitional specification (http://www.w3.org/TR/xhtml1/).

Firefox3



Internet Explorer7



Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted

Tuesday, February 3, 2009

Piggydb V3.4 released

This release adds support for two special tags: "pre" and "code".

If a knowledge fragment is tagged with "pre", it will be displayed "as is" and no further formatting will be applied to it (similar to HTML <pre>..</pre> mark-up).



The "code" tag adds syntax highlighting using google-code-prettify.



You can optionally specify the language with a "lang-<language name>" tag, for more detail, see the google-code-prettify document.



If you create the tag relation "pre -> code" beforehand, you will only need to classify a fragment as "code" to enable syntax highlighting of its content.



Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted

Wednesday, January 28, 2009

Piggydb V3.3 released

This release adds one new feature: a list of recently viewed fragments; displayed in the sidebar, used as an aid to navigation.



The bugfixes are:

* Modified the labeled link regex to not be greedy (thanks bonkabonka)
* Fixed XSS vulnerability
* Fixed the content-type switch bug on IE7 (thanks しばたさん)

Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted

Tuesday, January 13, 2009

Piggydb V3.2 released

This release adds three new features:

1) Child Fragment Sorting - you can now specify the sort order of child (dependent) fragments, the criteria are stored with the respective parent fragments.

2) Outline View - this hierarchical tree view is displayed in the sidebar of the fragment page.

3) Fragment Edit Buttons - this button, in the top-right corner of each fragment, takes you to the fragment edit page.



Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted

Thursday, January 8, 2009

Piggydb V3.1 released

This is a minor update, mainly bugfixes, plus one new feature: the Trash Tag.

Tagging fragments as trash (by using the "Trashcan" button in the top-right corner) simply removes them from the list view page; to delete them completely, use the trash tag page.



Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted

Piggydb V3.0 is now available!

I'm pleased to announce the release of Piggydb V3.0.

This is a major update with two important features: File Fragment and Fragment Embedding.

File Fragment enables you to attach any file as a knowledge fragment, so you can manage your files in exactly the same way as text fragments.





Fragment Embedding enables you to embed the content of a fragment inside another; there is no limit to the number of levels of nesting, allowing you to create more complex, rich fragments.



Enjoy building your knowledge!
http://piggydb.devjavu.com/#GettingStarted