wiki:Todo

Version 7 (modified by awagner, 13 years ago) (diff)

--

TODO

EmailAnnotation

  • Öffnen von Emails in Tb anhand der Message-Id

DragonTalkFx

  • Search-NOP mit Regex auf google
  • Paste (copy&paste)-NOP zum UOH schicken (falls möglich)
  • Beim Ändern von Tags senden der gesamten alten und neuen Tagliste
  • Download/Save file/image
  • Titel von Webseiten ist manchmal null oder "". Vermutung: Beim Auslesen des Titels existiert die Zeile in der Datenbank noch nicht.

DragonTalkTb

  • onMessageCopied implementieren
  • Paste (copy&paste)-NOP zum UOH schicken

UOH (new one)

the (new) UOH is not hosted on this site, but by putting the todos here makes overviewing easier

  • db: column "container" should be splittet into two columns: container->URI/URL (e.g. "C:\foo\bar\baz"), container_label (e.g. "baz")
  • db: create table with default encoding UTF-8 (just add " DEFAULT CHARSET=utf8" after the closing bracket of the "create table ..." statement. HOWEVER, it does not work for sqlite! :-(