I've created and used this GTD web application personally for years. If you like my application, then welcome to use it :-)
NXT now supports twitter!
Please note that only my NXT code is distributed under GPL3; other parts of the system have their own licenses.
NXT Developers/Users Group - http://groups.google.com/group/nxt-dev
For upgrade, refer UpgradeMigration
News
- 2009-10-17
- fixed more bugs on parsing twitter content; hash tag + id + url case
- fixed bugs on parsing twitter content; mail address
- 2009-10-07
- modified twitter tag parsing; now it can parse korean(and possibly other non-alphanumeric) tags correctly
- fixed a bug on parsing twitter content
- fixed a bug on displaying date string of header
- 2009-09-26
- fixed markup parsing bug
- added @@ markup for subtitle
- header clock now display weak day name
- change date display method for print page
- fixed reminder import(from e-mail) bug
- if file size is less than 2mb, then file item will have its file as attachment when sent as e-mail
- preliminary twitter client; check wiki for usage - TwitterClientHowTo
- 2009-07-22
- fix annoying bug of mtime browser when there's no reminder item.
- 2009-07-21
- preliminary markup support for printing; ** for bold, __ for italic and == for inverted color.
- direct message support for twitter
- small css/design change
- remove more... navigation menu when there's no items to display
- do not send attachments when messages will be sent to posterous.
- 2009-06-06
- changed css font style and subtitle string
- removed outline using css
- added time based browsing method for archive
- implemented auto resizing of description field
- 2009-05-09
- "save now" and "back" link for all dialogs; you don't have to scroll down to save/create items
- added additional archive browsing scheme; you can browse archive by tag as well as by category
- under items' description, tags are displayed.
- 2009-04-28
- Supports twitter :-)
- Fix typo on setup page
- Page for print
- 2009-04-10
- Fixed search result ordering as original, relevance score first
- Fixed log display problem in search result page
- Fixed file item save bug; filename had been replaced with description
- Fixed external upload failure bug
- Add menu for database optimization(in fact vacuum of SQLite DB)
- Twitter(!) support; you can update your status with NXT
- 2009-04-07
- Change color of clock; your NXT clock is better than before :)
- Fix bug related with empty tagged item
- Fix layout inconsistency of search result display
- Page navigation with twitter like style; on single page
- Save now for saving item without closing
- 2009-03-27
- Faster(up to 75%) item reference link parsing
- Better formatting of sent item though mail
- Search functionality; using hyper estraier(http://hyperestraier.sourceforge.net/)
- Auto-indent like programmer's editor, not on gecko-based browser on mac
- Better anchor CSS with impact :-)
- Fixed Linux uuid generation problem(not using library)
- 2009-03-20
- Fixed several bugs and design enhancements(at least for me). Now messages are formatted correctly. Refer CHANGES for details.
- 2009-03-13
- 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
- Implements
<input type="file" multiple="multiple"></input>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. - Added reference link: for reference, you can add links to an item with "NAME[reminders:....]" style text without "'s
- 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
- Fix bug related on empty tagged items
- 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.
- 2009-03-06: Use 20090306-2, previous package does have a serious mistake which prevents you from creating even a record.
- 2009-03-06: SQLite Beta Version Released
- Old OmniBase version will be deprecated. I'm under preparing migration version for older version.
- Fixed annoying empty description related bug
- Fixed IE related CSS bug(no CSS for anchor)
- Removed duplicated inclusion of CSS
- Fixed bug related with filling tags from SQLite DB
- Text character set conversion only if needed (and default charset is UTF-8)
- 2009-02-27: SQLite version released
- This version does not need initial loading time(it loads data from SQLite DB when needed, which is different from OmniBase version which loads all the data to the memory for fast processing)
- NOTE THAT THIS VERSION DOES NOT SUPPORT MIGRATION YET!!! I'M PREPARING OTHER PACKAGE VERSION WHICH SUPPORTS MIGRATION FROM OLD, OmniBase DB, Stay tuned :-)
- 2009-02-27: New release. Changes are;
- Dashboard changes: category tomorrow is added.
- Better date representation for human :) now today/yesterday/tomorrow is used if applicable.
- Sender address configuration in setup.
- Check sender and receivers' addresses before sending items; no more backtrace.
- Better support for non-authenticated smtp mail delivery.
- Permanent link url for items; now you can reference other items by url like;
- http://localhost:9999/seaside/nxt/someday/5sfwu0vlpr9tu2kp8n5ki12am
- you can acquire this url when you click link on items(you can safely ignore s and k parameters)
- 2009-02-20: New release. Changes are;
- Display warning when no mail server is specified and user wants to send item via e-mail instead of backtrace.
- Fix bug related with item conversion; especially when sending item is cancelled.
- Check network status before sending mail.
- Fix for incorrect sorting bug at dashboard view.
- Fix bug on displaying items with empty tag at archive view; they are not correctly selected and listed.
- Check for unsupported installation path; if NXT is started from unsupported path, it displays error/warning messages.
- New feature: now one can import items sent from others into NXT; just download attached html file and open it. Then click button "Load into My NXT".
- New feature: One can send URL for others upload or fill empty file item; that is, if you do want to receive file from others, then send upload link to him/her and let him/her upload the file for you(multiple uploading to single upload URL is not supported and it even can cause invalid file uploading, so you'd better not sending same file requesting mail to multiple recipients; instead, mail them separate file request item each).
- New feature: Support for port forwarding for the case of file download
- New feature: Now you don't have to type all the URL; http://localhost:9090 will redirect you to the main site
- New feature: New, working(!), customized Windows VM for NXT.app
- 2009-02-16: New release. Only for small CSS/Layout annoyance (when you send item via mail). No feature enhancement.
- 2009-02-15: New release. Chronological - ha! - navigation for archive>category/recent through "next/prev" menu. Also I've fixed foolish bug which prevents MS Windows version users from running NXT.
- 2009-02-15: NOTE FOR WINDOWS USERS, 20090211 Release does have wrong VM, SORRY FOR INCONVENIENCE. I'll Patch and Release New Version Soon.
- 2009-02-11: Initial Release of NXT is released. Though not perfect, I'm using this as my primary information repository/dashboard. Refer Installation page.
What I want to do
- Make NXT as personal information repository; so that one's own information management is easier than before
- Make NXT available always; online web app is good if you can be always online, NXT can be a good choice if you cannot be online all the time. NXT could be a information provider for online service; for example, you could send/update your blog with storing original copy at NXT and edit the content even when internet is not available.
- Make NXT as secure information exchanger through PKI and P2P; your privacy is not controlled by online service providers.
- YOUR WISHES ARE HERE :)