]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Auto expand/collapse on lines.
authorWill Budicm <redacted>
Sun, 25 Oct 2020 17:31:16 +0000 (04:31 +1100)
committerWill Budicm <redacted>
Sun, 25 Oct 2020 17:31:16 +0000 (04:31 +1100)
Current Development Check List.md

index 33e88e97fbb00957b8138ef34c8669b358572763..4f15b184303672cd765e01236ce26d6b585152c6 100644 (file)
@@ -7,11 +7,12 @@
 ### v.2.1 SUN STABLE New Features in Works
 
 * Static pages setting for the pages directory.
-* Search on multiwords should rank by encounter of words specified and display first. (that one is difficult)
+* Search on multiwords should rank by encounter of words specified and display first. (That one is difficult)
 * Multi db driver type support. Earth stage requires same SQL related code to work on at least one more DBMS type other than SQLight.
   * PostgreSQL is most likelly candidate as MySQL is not easy to install for the average user.
   * Developing and adopting to MySQL or any other system is not prerogative, as it works well as it is with inbuild simplicity.
 * Provide markdown text functionality to html pages. For quick vanila plain documentation.
+* Auto collapse/epand on multi line logs by 0-none as default. Setting to 1 or more showes only that number of lines. (That one is difficult)
 * &#10004; Implement title bolding on logs using markdown, so tags can be avoided, for multiline logs.
 
 ### v.2.0 SUN RC2 Encountered