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:
parent
9cf11a991d
commit
b868da4da7
15 changed files with 2941 additions and 2813 deletions
44
.obsidian/plugins/dbfolder/main.js
vendored
44
.obsidian/plugins/dbfolder/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/dbfolder/manifest.json
vendored
2
.obsidian/plugins/dbfolder/manifest.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "dbfolder",
|
||||
"name": "DB Folder",
|
||||
"version": "3.4.0",
|
||||
"version": "3.5.0",
|
||||
"minAppVersion": "1.1.1",
|
||||
"description": "Folder with the capability to store and retrieve data from a folder like database",
|
||||
"author": "RafaelGB",
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
"mdCSS": "",
|
||||
"scriptEngineSettings": {},
|
||||
"defaultTrayMode": false,
|
||||
"previousRelease": "1.9.14",
|
||||
"previousRelease": "1.9.19",
|
||||
"showReleaseNotes": true,
|
||||
"showNewVersionNotification": true,
|
||||
"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
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-excalidraw-plugin",
|
||||
"name": "Excalidraw",
|
||||
"version": "1.9.14",
|
||||
"version": "1.9.19",
|
||||
"minAppVersion": "1.1.6",
|
||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||
"author": "Zsolt Viczian",
|
||||
|
|
|
|||
|
|
@ -28,11 +28,13 @@
|
|||
.excalidraw-svg-right-wrap {
|
||||
float: right;
|
||||
margin: 0px 0px 20px 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.excalidraw-svg-left-wrap {
|
||||
float: left;
|
||||
margin: 0px 35px 20px 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.excalidraw-svg-right {
|
||||
|
|
@ -42,6 +44,7 @@
|
|||
.excalidraw-svg-center {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.excalidraw-svg-left {
|
||||
|
|
@ -381,4 +384,34 @@ div.excalidraw-draginfo {
|
|||
|
||||
.excalidraw-image-wrapper img {
|
||||
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;
|
||||
}
|
||||
1439
.obsidian/plugins/obsidian-git/main.js
vendored
1439
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
|
|
@ -5,5 +5,5 @@
|
|||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"js": "main.js",
|
||||
"version": "2.20.7"
|
||||
"version": "2.22.0"
|
||||
}
|
||||
|
|
|
|||
5
.obsidian/plugins/obsidian-git/styles.css
vendored
5
.obsidian/plugins/obsidian-git/styles.css
vendored
|
|
@ -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 {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
4118
.obsidian/plugins/obsidian-style-settings/main.js
vendored
4118
.obsidian/plugins/obsidian-style-settings/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.6",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.7",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
|||
46
.obsidian/workspace.json
vendored
46
.obsidian/workspace.json
vendored
|
|
@ -11,19 +11,11 @@
|
|||
"id": "12248824c80d5057",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "database-plugin",
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "projects/games.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b1b64fd73773cdf2",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "database-plugin",
|
||||
"state": {
|
||||
"file": "projects/games.md"
|
||||
"file": "projects/todos-notes/Rewrite neovim config.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -73,12 +65,12 @@
|
|||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 245,
|
||||
"collapsed": true
|
||||
"width": 245
|
||||
},
|
||||
"right": {
|
||||
"id": "fca86750b2867923",
|
||||
|
|
@ -94,7 +86,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "projects/games.md",
|
||||
"file": "projects/todos-notes/Rewrite neovim config.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
|
@ -111,7 +103,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "projects/games.md",
|
||||
"file": "projects/todos-notes/Rewrite neovim config.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
|
@ -134,7 +126,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "projects/games.md"
|
||||
"file": "projects/todos-notes/Rewrite neovim config.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -145,6 +137,16 @@
|
|||
"type": "git-view",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5200eab2bb1c942e",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "all-properties",
|
||||
"state": {
|
||||
"sortOrder": "frequency"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 4
|
||||
|
|
@ -160,19 +162,20 @@
|
|||
"daily-notes:Open today's daily note": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": true,
|
||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||
"zk-prefixer:Create new unique note": false,
|
||||
"workspaces:Manage workspace layouts": false,
|
||||
"obsidian-projects:Open projects": false,
|
||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||
"dbfolder:Create a new database table": false
|
||||
}
|
||||
},
|
||||
"active": "12248824c80d5057",
|
||||
"lastOpenFiles": [
|
||||
"projects/games-dashboard.md",
|
||||
"projects/games.md",
|
||||
"games/a-hat-in-time.md",
|
||||
"projects/todos.md",
|
||||
"projects/games.md",
|
||||
"projects/personal-page.md",
|
||||
"projects/games-dashboard.md",
|
||||
"projects/personal-page-notes/List of Games.md",
|
||||
"games/castlevania-dawn-of-sorrow.md",
|
||||
"projects/personal-page-notes/Layout.md",
|
||||
|
|
@ -181,7 +184,6 @@
|
|||
"games/castlevania-aria-of-sorrow.md",
|
||||
"games/castlevania-harmony-of-dissonance.md",
|
||||
"games/castlevania-circle-of-the-moon.md",
|
||||
"projects/todos.md",
|
||||
"notes/utils/React.md",
|
||||
"games/the-last-of-us-part-ii.md",
|
||||
"games/garlic.md",
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
---
|
||||
alias: A Hat in Time
|
||||
aliases:
|
||||
- A Hat in Time
|
||||
developers:
|
||||
- Gears for Breakfast
|
||||
- Humble Games
|
||||
- Gears for Breakfast
|
||||
- Humble Games
|
||||
franchises:
|
||||
- None
|
||||
- None
|
||||
genres:
|
||||
- Platform
|
||||
- Adventure
|
||||
- Indie
|
||||
- Platform
|
||||
- Adventure
|
||||
- Indie
|
||||
registered_hours: 0
|
||||
release: '2017-10-04'
|
||||
release: 2017-10-04
|
||||
status: Backlog
|
||||
times_played: 0
|
||||
title: A Hat in Time
|
||||
|
|
|
|||
|
|
@ -8,11 +8,17 @@ Especific stuff
|
|||
- [x] colorscheme definition -> catppuccin or tokyonight
|
||||
- [x] Review Telescope finders and keybindings
|
||||
- [x] Change Telescope layout for a vertical one
|
||||
- [ ] wichkey -> have astronvim configuration
|
||||
- [x] Tmux navigation
|
||||
- [ ] wichkey -> have astronvim configuration, evaluar alternativa??
|
||||
- [ ] Change filetree
|
||||
- [ ] indentations
|
||||
- [ ] [Format on save](https://github.com/mhartington/formatter.nvim)
|
||||
- [ ] [Linters Support](https://github.com/mfussenegger/nvim-lint)
|
||||
- [ ] Format on save, options:
|
||||
- [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
|
||||
- [ ] .env support
|
||||
- [ ] flutter tools
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ kanban-plugin: basic
|
|||
## Waiting for...
|
||||
|
||||
- [ ] [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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue