You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ TUI Application to manage Obsidian vaults and notes directly from the terminal
10
10
11
11
## Installation
12
12
13
-
For now unfortunately, you have to compile this binary yourself, if you want to run basalt. The next thing I'll be doing is adding a GitHub workflow to produce cross-platform binaries.
14
-
15
13
Install basalt using cargo:
16
14
17
15
```sh
18
16
cargo install basalt-tui
19
17
```
20
18
19
+
Or use the precompiled binaries from the latest basalt release.
20
+
21
21
## Background
22
22
23
23
This is something that has been brewing in my head for quite some time. There has been different incarnations over the years, however, nothing as substantial as this.
@@ -60,18 +60,20 @@ For now these are not configurable, but this will change when the configuration
60
60
-[x] Add help modal / popup with `?`
61
61
-[x] Add vault selection screen with basalt logo (Splash screen)
62
62
-[x] Add vault selector modal
63
-
-[-] GitHub Workflows !
63
+
-[x] GitHub Workflows !
64
64
-[x] Run tests and build
65
65
-[x] Run create release artifacts (cross-platform binaries)
66
66
-[ ] Do not run test when pushing a tag
67
67
-[ ] Run `vhs` when basalt directory changes and commit it to the current PR
68
+
-[ ] Run cargo publish in release workflow for basalt-tui
69
+
-[ ] Add Homebrew formula
68
70
-[ ] Add `mdbook` and `gh` pages
69
71
-[ ] Persistent scroll state in help modal
70
72
-[ ] Fuzzy search in panes (note, side panel, modals)
71
-
-[] Markdown rendering
73
+
-[-] Markdown rendering
72
74
-[ ] Add support to all markdown nodes
73
-
-[ ] Improve and fix code block rendering, so it appears as a 'block'
74
75
-[x] Add text formatting to different styles like `Fraktur` and `DoubleStruck` for heading purposes
76
+
-[x] Improve and fix code block rendering, so it appears as a 'block'
0 commit comments