Update from obsidian - thinkpad

Affected files:
.obsidian/plugins/dbfolder/main.js
.obsidian/plugins/dbfolder/manifest.json
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
.obsidian/plugins/obsidian-git/main.js
.obsidian/plugins/obsidian-git/manifest.json
.obsidian/plugins/obsidian-git/styles.css
.obsidian/plugins/obsidian-style-settings/main.js
.obsidian/plugins/obsidian-style-settings/manifest.json
.obsidian/workspace.json
games/a-hat-in-time.md
projects/todos-notes/Rewrite neovim config.md
projects/todos.md
This commit is contained in:
Alexander Navarro 2023-09-12 21:15:26 -03:00
parent 9cf11a991d
commit b868da4da7
15 changed files with 2941 additions and 2813 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "dbfolder", "id": "dbfolder",
"name": "DB Folder", "name": "DB Folder",
"version": "3.4.0", "version": "3.5.0",
"minAppVersion": "1.1.1", "minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database", "description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB", "author": "RafaelGB",

View file

@ -83,7 +83,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": false, "defaultTrayMode": false,
"previousRelease": "1.9.14", "previousRelease": "1.9.19",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js", "mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.9.14", "version": "1.9.19",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

View file

@ -28,11 +28,13 @@
.excalidraw-svg-right-wrap { .excalidraw-svg-right-wrap {
float: right; float: right;
margin: 0px 0px 20px 20px; margin: 0px 0px 20px 20px;
width: 100%;
} }
.excalidraw-svg-left-wrap { .excalidraw-svg-left-wrap {
float: left; float: left;
margin: 0px 35px 20px 0px; margin: 0px 35px 20px 0px;
width: 100%;
} }
.excalidraw-svg-right { .excalidraw-svg-right {
@ -42,6 +44,7 @@
.excalidraw-svg-center { .excalidraw-svg-center {
text-align: center; text-align: center;
margin: auto; margin: auto;
width: 100%;
} }
.excalidraw-svg-left { .excalidraw-svg-left {
@ -382,3 +385,33 @@ div.excalidraw-draginfo {
.excalidraw-image-wrapper img { .excalidraw-image-wrapper img {
margin: auto; margin: auto;
} }
.modal-content.excalidraw-scriptengine-install .search-bar-wrapper {
position: sticky;
top: 1em;
margin-right: 1em;
display: flex;
align-items: center;
gap: 5px;
flex-wrap: nowrap;
z-index: 10;
background: var(--background-secondary);
padding: 0.5em;
border-bottom: 1px solid var(--background-modifier-border);
float: right;
max-width: 28em;
}
.modal-content.excalidraw-scriptengine-install .hit-count {
margin-left: 0.5em;
white-space: nowrap;
}
.modal-content.excalidraw-scriptengine-install .active-highlight {
border: 2px solid var(--color-accent-2);
background-color: var(--color-accent);
}
.excalidraw-svg svg a {
text-decoration: none;
}

File diff suppressed because one or more lines are too long

View file

@ -5,5 +5,5 @@
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js", "js": "main.js",
"version": "2.20.7" "version": "2.22.0"
} }

View file

@ -8,6 +8,11 @@
} }
} }
.workspace-leaf-content[data-type='git-view'] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type='git-view'] .view-content { .workspace-leaf-content[data-type='git-view'] .view-content {
padding: 0; padding: 0;
} }

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-style-settings", "id": "obsidian-style-settings",
"name": "Style Settings", "name": "Style Settings",
"version": "1.0.6", "version": "1.0.7",
"minAppVersion": "0.11.5", "minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.", "description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers", "author": "mgmeyers",

View file

@ -11,19 +11,11 @@
"id": "12248824c80d5057", "id": "12248824c80d5057",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "database-plugin", "type": "markdown",
"state": { "state": {
"file": "projects/games.md" "file": "projects/todos-notes/Rewrite neovim config.md",
} "mode": "source",
} "source": false
},
{
"id": "b1b64fd73773cdf2",
"type": "leaf",
"state": {
"type": "database-plugin",
"state": {
"file": "projects/games.md"
} }
} }
} }
@ -73,12 +65,12 @@
"state": {} "state": {}
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 245, "width": 245
"collapsed": true
}, },
"right": { "right": {
"id": "fca86750b2867923", "id": "fca86750b2867923",
@ -94,7 +86,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "projects/games.md", "file": "projects/todos-notes/Rewrite neovim config.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -111,7 +103,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "projects/games.md", "file": "projects/todos-notes/Rewrite neovim config.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -134,7 +126,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "projects/games.md" "file": "projects/todos-notes/Rewrite neovim config.md"
} }
} }
}, },
@ -145,6 +137,16 @@
"type": "git-view", "type": "git-view",
"state": {} "state": {}
} }
},
{
"id": "5200eab2bb1c942e",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency"
}
}
} }
], ],
"currentTab": 4 "currentTab": 4
@ -160,19 +162,20 @@
"daily-notes:Open today's daily note": false, "daily-notes:Open today's daily note": false,
"templates:Insert template": false, "templates:Insert template": false,
"command-palette:Open command palette": true, "command-palette:Open command palette": true,
"obsidian-excalidraw-plugin:Create new drawing": false,
"zk-prefixer:Create new unique note": false, "zk-prefixer:Create new unique note": false,
"workspaces:Manage workspace layouts": false, "workspaces:Manage workspace layouts": false,
"obsidian-projects:Open projects": false, "obsidian-projects:Open projects": false,
"obsidian-excalidraw-plugin:Create new drawing": false,
"dbfolder:Create a new database table": false "dbfolder:Create a new database table": false
} }
}, },
"active": "12248824c80d5057", "active": "12248824c80d5057",
"lastOpenFiles": [ "lastOpenFiles": [
"projects/games-dashboard.md",
"projects/games.md",
"games/a-hat-in-time.md", "games/a-hat-in-time.md",
"projects/todos.md",
"projects/games.md",
"projects/personal-page.md", "projects/personal-page.md",
"projects/games-dashboard.md",
"projects/personal-page-notes/List of Games.md", "projects/personal-page-notes/List of Games.md",
"games/castlevania-dawn-of-sorrow.md", "games/castlevania-dawn-of-sorrow.md",
"projects/personal-page-notes/Layout.md", "projects/personal-page-notes/Layout.md",
@ -181,7 +184,6 @@
"games/castlevania-aria-of-sorrow.md", "games/castlevania-aria-of-sorrow.md",
"games/castlevania-harmony-of-dissonance.md", "games/castlevania-harmony-of-dissonance.md",
"games/castlevania-circle-of-the-moon.md", "games/castlevania-circle-of-the-moon.md",
"projects/todos.md",
"notes/utils/React.md", "notes/utils/React.md",
"games/the-last-of-us-part-ii.md", "games/the-last-of-us-part-ii.md",
"games/garlic.md", "games/garlic.md",

View file

@ -1,5 +1,6 @@
--- ---
alias: A Hat in Time aliases:
- A Hat in Time
developers: developers:
- Gears for Breakfast - Gears for Breakfast
- Humble Games - Humble Games
@ -10,7 +11,7 @@ genres:
- Adventure - Adventure
- Indie - Indie
registered_hours: 0 registered_hours: 0
release: '2017-10-04' release: 2017-10-04
status: Backlog status: Backlog
times_played: 0 times_played: 0
title: A Hat in Time title: A Hat in Time

View file

@ -8,11 +8,17 @@ Especific stuff
- [x] colorscheme definition -> catppuccin or tokyonight - [x] colorscheme definition -> catppuccin or tokyonight
- [x] Review Telescope finders and keybindings - [x] Review Telescope finders and keybindings
- [x] Change Telescope layout for a vertical one - [x] Change Telescope layout for a vertical one
- [ ] wichkey -> have astronvim configuration - [x] Tmux navigation
- [ ] wichkey -> have astronvim configuration, evaluar alternativa??
- [ ] Change filetree - [ ] Change filetree
- [ ] indentations - [ ] indentations
- [ ] [Format on save](https://github.com/mhartington/formatter.nvim) - [ ] Format on save, options:
- [ ] [Linters Support](https://github.com/mfussenegger/nvim-lint) - [conform.nvim](https://github.com/stevearc/conform.nvim)
- [formatter.nvim](https://github.com/mhartington/formatter.nvim)
- [efm-langserver](https://github.com/mattn/efm-langserver) con [efmls-configs-nvim](https://github.com/creativenull/efmls-configs-nvim)
- [ ] Linters Support, options:
- [nvim-lint](https://github.com/mfussenegger/nvim-lint)
- [efm-langserver](https://github.com/mattn/efm-langserver) con [efmls-configs-nvim](https://github.com/creativenull/efmls-configs-nvim)
- [ ] Pretty (or more readable) diagnostic UI - [ ] Pretty (or more readable) diagnostic UI
- [ ] .env support - [ ] .env support
- [ ] flutter tools - [ ] flutter tools

View file

@ -31,7 +31,7 @@ kanban-plugin: basic
## Waiting for... ## Waiting for...
- [ ] [Better Read later](Better%20Read%20later.md) - [ ] [Better Read later](Better%20Read%20later.md)
- [ ] Comprar SSD - [ ] Ideas para sobrande de Septiembre:<br>- SSD<br>- Nabuk<br>- D&D
## Ready to Work (5) ## Ready to Work (5)