Update from obsidian - Tablet
This commit is contained in:
parent
6c67045e1a
commit
c9a10840df
149 changed files with 12657 additions and 87 deletions
153
projects/Read Later.md
Normal file
153
projects/Read Later.md
Normal file
|
|
@ -0,0 +1,153 @@
|
|||
---
|
||||
|
||||
database-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
```yaml:dbfolder
|
||||
name: new database
|
||||
description: new description
|
||||
columns:
|
||||
__file__:
|
||||
key: __file__
|
||||
id: __file__
|
||||
input: markdown
|
||||
label: File
|
||||
accessorKey: __file__
|
||||
isMetadata: true
|
||||
skipPersist: false
|
||||
isDragDisabled: false
|
||||
csvCandidate: true
|
||||
position: 0
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: true
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
__modified__:
|
||||
key: __modified__
|
||||
id: __modified__
|
||||
input: metadata_time
|
||||
label: Modified
|
||||
accessorKey: __modified__
|
||||
isMetadata: true
|
||||
isDragDisabled: false
|
||||
skipPersist: false
|
||||
csvCandidate: true
|
||||
position: 0
|
||||
isHidden: true
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
__tags__:
|
||||
key: __tags__
|
||||
id: __tags__
|
||||
input: metadata_tags
|
||||
label: File Tags
|
||||
accessorKey: __tags__
|
||||
isMetadata: true
|
||||
isDragDisabled: false
|
||||
skipPersist: false
|
||||
csvCandidate: false
|
||||
position: 0
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
date_added:
|
||||
input: calendar_time
|
||||
accessorKey: date_added
|
||||
key: date_added
|
||||
id: date_added
|
||||
label: date_added
|
||||
position: 100
|
||||
skipPersist: false
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
status:
|
||||
input: select
|
||||
accessorKey: status
|
||||
key: status
|
||||
id: status
|
||||
label: status
|
||||
position: 100
|
||||
skipPersist: false
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
options:
|
||||
- { label: "INBOX", value: "INBOX", color: "hsl(332, 95%, 90%)"}
|
||||
- { label: "COMPLETED", value: "COMPLETED", color: "hsl(151, 95%, 90%)"}
|
||||
- { label: "ARCHIVED", value: "ARCHIVED", color: "hsl(90, 95%, 90%)"}
|
||||
- { label: "READING", value: "READING", color: "hsl(67, 95%, 90%)"}
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
config:
|
||||
remove_field_when_delete_column: true
|
||||
cell_size: normal
|
||||
sticky_first_column: true
|
||||
group_folder_column:
|
||||
remove_empty_folders: false
|
||||
automatically_group_files: false
|
||||
hoist_files_with_empty_attributes: true
|
||||
show_metadata_created: false
|
||||
show_metadata_modified: true
|
||||
show_metadata_tasks: false
|
||||
show_metadata_inlinks: false
|
||||
show_metadata_outlinks: false
|
||||
show_metadata_tags: true
|
||||
source_data: query
|
||||
source_form_result: "FROM \"Read Later\""
|
||||
source_destination_path: Read Later
|
||||
row_templates_folder: templates
|
||||
current_row_template:
|
||||
pagination_size: 10
|
||||
font_size: 16
|
||||
enable_js_formulas: false
|
||||
formula_folder_path: /
|
||||
inline_default: false
|
||||
inline_new_position: last_field
|
||||
date_format: yyyy-MM-dd
|
||||
datetime_format: "yyyy-MM-dd HH:mm:ss"
|
||||
metadata_date_format: "yyyy-MM-dd HH:mm:ss"
|
||||
enable_footer: false
|
||||
implementation: default
|
||||
filters:
|
||||
enabled: false
|
||||
conditions:
|
||||
```
|
||||
|
|
@ -77,6 +77,8 @@ columns:
|
|||
- { label: "On Line", value: "On Line", color: "hsl(271, 95%, 90%)"}
|
||||
- { label: "Backlog", value: "Backlog", color: "hsl(207, 95%, 90%)"}
|
||||
- { label: "Wishlist", value: "Wishlist", color: "hsl(185, 95%, 90%)"}
|
||||
- { label: "INBOX", value: "INBOX", color: "hsl(85, 95%, 90%)"}
|
||||
- { label: "READING", value: "READING", color: "hsl(23, 95%, 90%)"}
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
|
|
|
|||
|
|
@ -1,81 +0,0 @@
|
|||
---
|
||||
|
||||
kanban-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
## Quests Pool
|
||||
|
||||
- [ ] [Update keyboard config](Update%20keyboard%20config.md)<br>#home
|
||||
- [ ] [Update tmux config](Update%20tmux%20config.md)<br>#laptop
|
||||
- [ ] Move repos out of github<br>#laptop
|
||||
- [ ] Try out [githui](https://github.com/extrawurst/gitui)
|
||||
- [ ] Try out Wezterm
|
||||
- [ ] [Setup notification services](Setup%20notification%20services.md)<br>#homelab #home
|
||||
- [ ] Problem solving process #blog #wiki
|
||||
- [ ] Neovim cheatsheet #wiki #blog
|
||||
- [ ] Add second config neovim config exclusive for markdown notes?
|
||||
- [ ] Settear formateo remoto en dispositivos android<br>#laptop
|
||||
- [ ] Mejorar workflow en obsidian<br>- Memorizar shortcuts<br>- Aplicar workspaces<br>- Entender layouts and navigation<br>#laptop
|
||||
- [ ] Cambiar alias de trash para que funcione en MacOS<br>#home
|
||||
- [ ] Configurar Omnivore + integración con Obsidian<br>#laptop
|
||||
|
||||
|
||||
## Expedition Quests
|
||||
|
||||
- [ ] [Tatuaje _ metroidvanias _](Tatuaje%20_%20metroidvanias%20_.md)
|
||||
- [ ] [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
|
||||
- [ ] Scooter Electrico
|
||||
- [ ] Override methods on Typescript
|
||||
- [ ] Investigate and try git worktree in work projects
|
||||
- [ ] Como mantener el codigo limpio mientras lo escribo
|
||||
- [ ] Learn LaTex
|
||||
|
||||
|
||||
## Waiting for...
|
||||
|
||||
|
||||
|
||||
## Available Quests (5)
|
||||
|
||||
- [ ] Traer React Hooks a Wiki<br>Añadir a portafolio de alguna manera<br>#wiki
|
||||
- [ ] Pasar en limpio notas del cuaderno<br>#home
|
||||
- [ ] Añadir videos de youtube watch later a omnivore<br>#laptop #tablet
|
||||
- [ ] Definir orden de libros a leer<br>#home
|
||||
|
||||
|
||||
## Ongoing Quests (3)
|
||||
|
||||
- [ ] [Rewrite neovim config](Rewrite%20neovim%20config.md)
|
||||
- [ ] [Update dots](Update%20dots.md)
|
||||
|
||||
|
||||
## Completed Quests
|
||||
|
||||
**Complete**
|
||||
- [x] Escribir procedimiento de crear una nueva funcionalidad<br>Agregar como nombrar cosas<br>Referenciar resolucion de problemas<br>#wiki
|
||||
- [x] [The cult of the done](https://www.youtube.com/watch?v=bJQj1uKtnus)<br>#wiki
|
||||
- [x] [Escritorio](Escritorio.md)
|
||||
- [x] LogSeq (Obsidian Fork)
|
||||
- [x] Ideas para sobrande de Septiembre:<br>- SSD<br>- Nabuk<br>- D&D
|
||||
- [x] [Better Read later](Better%20Read%20later.md)
|
||||
- [x] Create termux shortcut to sync repo outside in obsidian<br>Also check if I can disable the git plugin in android??
|
||||
|
||||
|
||||
***
|
||||
|
||||
## Archive
|
||||
|
||||
- [x] Llenar bases de datos<br>- Series<br>- Juegos<br>- Libros 2023-10-08 13:50
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"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}]}
|
||||
```
|
||||
%%
|
||||
Loading…
Add table
Add a link
Reference in a new issue