Skip to content
clach04 edited this page Aug 17, 2024 · 19 revisions

Tombo is the original Microsoft Windows (Windows CE, Pocket PC, Windows Mobile) note program.

http://tombo.sourceforge.jp/En/ redirects to http://tombo.osdn.jp/En/

Problems

  • As of 2023 with Windows 10, keyboard navigation doesn't work the way it used to
    • Tree navigation using keys, e.g. start to type name of directory/folder does NOT work with Windows 7 on wards (used to work with Windows 98, 2000, XP)
    • Editing/Viewing text, win10; selection for copy/paste; ctrl-shift cursor key in Tombo does NOT work

Limitations

  • In Tombo file encoding utf-8 does NOT work for anything outside of Basic Multilingual Plane (BMP), i.e. emoji
  • limitations, original version will not launch external applications for encrypted chi files (note, feature present in https://github.com/clach04/tombo/releases/tag/2.0b5_external_apps_chi)
  • max file size is small, potentially leading to silent corruption. NOTE differences/complications (64Kb)
    • Tombo 1.17 can load files greater than ~30Kb in size, but will silently truncated when saving or copy/pasting into a new note.
    • Tombo 2.0 beta 5 appears to be able to save text files above 100Kb
  • only one instance of Tombo can be ran at the same time, i.e. limited to single directory of notes (can not run two instances of Tombo with a different note directory) - ptig does not have this limitation, it can both support multiple note/directory paths and also multiple instances can be ran at the same time.

Software Links

Tombo

For Windows (runs under Linux in WINE), WindowsCE, PocketPC, and WindowsMobile.

Incremental search with control over encrypted search or not.

kumagusu

Offers full search results rather than incremental. Always searches encryptes notes whether you want that or not.

Can not paste more than 128Kb https://github.com/aashishksahu/SafeSpace/issues/86

mininoteviewer

Implements incremental search, like original Tombo

Under recent Android versions requires multiple clicks to bring up search and edit (due to lack of context menus post android 3?)

Tombo Edit

TomboCrypt

chi_io

https://pypi.org/project/chi-io/

PyTombo

Partial web and gtk UI. Offers excellent search via web interface including full text search (FTS) support. Also supports no -local files, notes can be in sftp, zip file, ftp server, etc. replaced https://git.sr.ht/~clach04/wxtombo which crashes newer versions of wx.

Clone this wiki locally