Go to file
Kasper Juul Hermansen b3c1784cae
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Merge pull request 'chore(release): v0.3.0' (#12) from cuddle-please/release into main
Reviewed-on: #12
2024-07-05 23:10:26 +02:00
crates feat: add markdown editing mode 2024-06-30 17:31:25 +02:00
scripts feat: server can actually create root and sections 2024-05-13 22:57:20 +02:00
templates feat: move core to tui and begin grpc work 2024-05-11 23:23:00 +02:00
.drone.yml feat: make into service instead 2024-05-29 19:43:12 +02:00
.env feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00
.gitignore feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00
Cargo.lock feat: add markdown editing mode 2024-06-30 17:31:25 +02:00
Cargo.toml chore(release): 0.3.0 2024-06-30 15:34:55 +00:00
CHANGELOG.md chore(release): 0.3.0 2024-06-30 15:34:55 +00:00
cuddle.yaml feat: add grpc as well 2024-05-29 21:37:43 +02:00
README.md docs: add some more notes 2024-05-11 14:54:03 +02:00
renovate.json feat: hyperlog with basic engine 2024-04-28 23:10:15 +02:00

hyperlog

  • Display todos as todos

  • Create sections

  • Edit todos

  • Move items

  • Display summaries and limit todos

    • [-] Implement scroll

      Maybe not required anyways

  • Create onboarding experience

  • [-] Let users choose a root

    Skipped for now

  • Remove footguns (session with @edb)

    • Should not be able to create todos on todos (don't even enter the dialog, print a message instead)
    • Highlight bold so that non-true-color terms still function
    • Create a help menu
    • At some point create a small demo
  • Add create item command