Commit Graph

27 Commits

Author SHA1 Message Date
yves-biener dd6b381bbc bump to 0.14.dev
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 52s
2024-11-19 23:36:32 +01:00
yves-biener 31ff39f5cd build: check step
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 42s
2024-11-19 22:03:35 +01:00
yves-biener 4f3fa1e1b0 remove unused dependencies
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 43s
2024-11-16 18:36:10 +01:00
yves-biener 0bcdc72674 mod(zterm): update dependency and use alignment for top container's text widgets
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 49s
2024-11-16 18:23:41 +01:00
yves-biener 36a4e16535 mod: update zterm dependency and adjust layout
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 49s
2024-11-15 22:24:41 +01:00
yves-biener 9515def4fb Replace vaxis with zterm (#1)
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
Vaxis sadly cannot be used for applications which want to serve their contents via ssh to the (remote) user.

Instead I wrote my own tui library [zterm](https://gitea.yves-biener.de/yves-biener/zterm), which this tui application now uses. This will serve two purposes:
1. implement the tui application and be servable through ssh (see [wish-serve](https://gitea.yves-biener.de/yves-biener/wish-serve))
2. serve as documentation and showcase of an example application for **zterm**

Reviewed-on: #1
2024-11-13 19:52:55 +01:00
yves-biener c62fc6fb43 WIP: transformations
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m38s
2024-11-01 20:46:27 +01:00
yves-biener aff062f144 mod(node2buffer): improve flow for list_items
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 29s
2024-10-27 19:28:32 +01:00
yves-biener 5d913f58e2 feat(node2buffer): support lists (not nested yet); fix block representation (remove unnecessary linebreak)
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m37s
2024-10-27 18:43:27 +01:00
yves-biener b91918e2e6 mod(node2buffer): adjust colors for blocks
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 30s
2024-10-19 16:51:11 +02:00
yves-biener 4b3ca918b5 mod(node2buffer): correct handling of code's and ``block``'s entries
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 33s
2024-10-19 16:40:33 +02:00
yves-biener a148e9e680 doc: remove cleared todo comment 2024-10-19 16:40:21 +02:00
yves-biener 002f4f4310 add(node2buffer): convert raw and code blocks with leading line numbers 2024-10-19 16:12:31 +02:00
yves-biener 03a4b571d3 mod: adjust layout and style of widgets and header links 2024-10-19 16:11:08 +02:00
yves-biener 49caf89287 mod(node2buffer): correctly display and link hyper links
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 31s
2024-10-17 16:54:38 +02:00
yves-biener d876936ff7 add(Header): social links: github and mail links 2024-10-17 16:34:37 +02:00
yves-biener b1257fd490 mod: simplify minor implementation details
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 30s
Add scroll length detection, and link transformation with highlighting.
2024-10-15 16:04:06 +02:00
yves-biener a3d0b7af9a mod(node2buffer): add styling to parsed contents
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 29s
2024-10-13 16:39:51 +02:00
yves-biener a01619911d add(zmd): parse markdown file contents and display the parsed contents
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 44s
Not everything can be parsed and displayed correctly yet, however this
will the default file format to use for adding page contents (i.e.
normal pages, blog entries, etc.)
2024-10-13 12:57:44 +02:00
yves-biener 2db1d55fcf mod(Header): move name to the right hand side
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 30s
2024-10-09 21:13:07 +02:00
yves-biener 93ecfbeda0 add(PopupMenu): menu to enable space key binding groupings
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
Some minor layout changes of the application
2024-10-09 11:10:40 +02:00
yves-biener 63bef849ec add(ViewPort): wrapper for vaxis.widgets.ScrollView
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 31s
2024-10-08 15:34:48 +02:00
yves-biener 7c6d2aa659 fix(header): render title in the aligned horizontal
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
2024-10-08 14:22:30 +02:00
yves-biener fd77a99150 rem(build): test for non-existing file
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 38s
2024-10-07 22:17:20 +02:00
yves-biener 5038c92ab4 add(header): header with configurable title
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 31s
2024-10-07 22:04:29 +02:00
yves-biener 6fea65a359 setup project using and
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m9s
2024-10-07 19:28:01 +02:00
yves-biener d46ef18ffd Initial commit 2024-10-07 19:09:57 +02:00