Update from obsidian - thinkpad

Affected files:
.obsidian/community-plugins.json
.obsidian/plugins/editor-width-slider/data.json
.obsidian/plugins/editor-width-slider/main.js
.obsidian/plugins/editor-width-slider/manifest.json
.obsidian/plugins/editor-width-slider/styles.css
.obsidian/plugins/obsidian-kanban/data.json
.obsidian/workspace.json
projects/personal-page-notes/Dev Stack.md
projects/personal-page.md
projects/project-deas.md
projects/radio.md
projects/todos-notes/Improve VPN setup.md
projects/todos-notes/Setup notification services.md
projects/todos-notes/Update keyboard config.md
projects/todos-notes/Update tmux config.md
projects/todos.md
This commit is contained in:
Alexander Navarro 2023-08-25 18:58:49 -04:00
parent 09ac6941c6
commit e5e527ff3f
16 changed files with 304 additions and 24 deletions

View file

@ -1,3 +1,2 @@
| Type | Tech |
| -------- | -------- |
| Framework | [Astro](https://docs.astro.build/en/getting-started/) |

View file

@ -8,6 +8,7 @@ kanban-plugin: basic
- [ ] [Cool Websites](Cool%20Websites.md)
- [ ] [Dev Stack](Dev%20Stack.md)
- [ ] CI/CD<br>- content -> send build to page<br>- page -> update submodule and build
## Backlog

29
projects/project-deas.md Normal file
View file

@ -0,0 +1,29 @@
---
kanban-plugin: basic
---
## Backlog
- [ ] Game recomendations for non gamers
- [ ] TUI Database Admin
## Discarted
**Complete**
## Move to own project
**Complete**
%% kanban:settings
```
{"kanban-plugin":"basic","show-checkboxes":false}
```
%%

45
projects/radio.md Normal file
View file

@ -0,0 +1,45 @@
---
kanban-plugin: basic
---
## Reference
- [ ] [Dev Stack](Dev%20Stack.md)
- [ ] Features<br>* Docker Service<br>* REST API<br>* Web UI<br>* HTTP Audio Stream<br>* File Scan to get the path to audio files<br>* Playlists<br>* Schedule Playlists<br>* Repeat Schedule<br>* upload files?
- [ ] Similar projects<br>* [Navidrome](https://www.navidrome.org)<br>* [Azuracast](https://www.azuracast.com/)<br>* [Cadence](https://github.com/kenellorando/cadence) (Use Icecast and Liquidsoap)<br>* [forte](https://github.com/kaangiray26/forte)
## Backlog
## Need Research
## Design
## Ready to Work
## Doign
## Done
**Complete**
%% kanban:settings
```
{"kanban-plugin":"basic","new-note-folder":"projects/radio-notes"}
```
%%

View file

@ -0,0 +1,8 @@
- How to wireguard works??
- How to properly setup wireguard
- maybe use cli from router instead of gui?
---
## References
- [link](...)

View file

@ -0,0 +1,10 @@
- [x] Apprise -> Centralize notification sender to a lot of message platforms
- [ ] [Mailrise](https://github.com/YoRyan/mailrise) -> companion service to transform SMTP into apprise notifications
- [x] Signal notification
- [ ] Email notifications
- [ ] [ntfy.sh](https://docs.ntfy.sh/install/)
---
## References
- [link](...)

View file

@ -8,7 +8,8 @@
* [ ] Close pair symbol with double tap?
* [ ] Macropad, accesible without looking, add it to GAME layer left bottom row
* [ ] Swap CTRL - GUI for Mac - Linux
- [ ] Macro that create aliases in terminal (usefull for remote servers)
---
## References

View file

@ -1,6 +1,7 @@
- [ ] Join split panes
- https://unix.stackexchange.com/questions/14300/moving-tmux-pane-to-window/14301#14301
- https://stackoverflow.com/questions/9592969/tmux-how-to-join-two-tmux-windows-into-one-as-panes
- [ ] toggle floating window with terminal (ala zellij)
---

View file

@ -9,6 +9,8 @@ kanban-plugin: basic
- [ ] [Update keyboard config](Update%20keyboard%20config.md)
- [ ] [Update tmux config](Update%20tmux%20config.md)
- [ ] Try out Wezterm
- [ ] [Setup notification services](Setup%20notification%20services.md)
- [ ] Create tmux shortcut for obsidian repo in tablet
## Need Research
@ -16,15 +18,21 @@ kanban-plugin: basic
- [ ] [Improve Remote Access Setup](Improve%20Remote%20Access%20Setup.md)
- [ ] [Improve dev tools](Improve%20dev%20tools.md)
- [ ] Write guide to clean linux system
- [ ] [Improve VPN setup](Improve%20VPN%20setup.md)
- [ ] Shinto
- [ ] Write better commit messages
- [ ] Look into grandia 2
## Ready to Work
## Ready to Work (5)
- [ ] Move repos out of github
- [ ] Try out [githui](https://github.com/extrawurst/gitui)
- [ ] Problem solving process #blog #wiki
- [ ] Neovim cheatsheet #wiki #blog
## Doign
## Doign (3)
- [ ] [Rewrite neovim config](Rewrite%20neovim%20config.md)
- [ ] [Update dots](Update%20dots.md)
@ -39,6 +47,6 @@ kanban-plugin: basic
%% kanban:settings
```
{"kanban-plugin":"basic","new-note-folder":"projects/todos-notes","new-note-template":"templates/todo.md"}
{"kanban-plugin":"basic","new-note-folder":"projects/todos-notes","new-note-template":"templates/todo.md","hide-tags-in-title":true,"tag-colors":[{"tagKey":"","color":"","backgroundColor":""}],"metadata-keys":[{"metadataKey":"test","label":"TEST","shouldHideLabel":false,"containsMarkdown":false}]}
```
%%