NeXT
unread,Mar 11, 2009, 3:23:24 AM3/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to NXT Development
Hi,
I'm very pleased with this announcement of my new NXT release :)
Changes for this version are;
- For easy click targeting, all menu anchors have now wider target
- Header Clock is now run on browser side; maybe this can reduce your
precious CPU usage
- Fix the bug for invalid request during "Load into NXT"
- Hot key for item creation; press 'c' and you'll get item creation
window
- Fix the serious bug which prevents you from creating items
- Added reference link: for reference, you can add links to an item
with "NAME[[reminders:....]]" style text without "'s
- Fix bug related on empty tagged items
- Implements <input type="file" multiple="multiple" /> for multiple
file upload; this feature is experimental one and only works with
Safari 4 beta, I don't know for the case of Chrome.
- Fix bug which does not clean up attached file when file item is
deleted.
- Fix bug which does not clean up empty tags when item is deleted.
Currently I'm considering how items are displayed; because current
implementation only displays text without formatting, long texts are
somewhat hard to read. Markdown or similar thing could be a solution
but nothing is decided.
For searching, I'm toying with sphinx search engine; if this engine
allows me to simple packaging, I'll use it as the search engine for
NXT.