Skip to content

Commit

Permalink
vault backup: 2023-10-21 15:04:22
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/app.json
.obsidian/workspace-mobile.json
content/_index.md
  • Loading branch information
zeyadetman committed Oct 21, 2023
1 parent 30df8f5 commit 8dc809e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 9 deletions.
26 changes: 25 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,29 @@
"newFileFolderPath": "content",
"attachmentFolderPath": "content",
"showFrontmatter": true,
"spellcheck": true
"spellcheck": true,
"mobileToolbarCommands": [
"editor:insert-wikilink",
"editor:insert-embed",
"editor:insert-tag",
"editor:attach-file",
"editor:set-heading",
"editor:toggle-bold",
"editor:toggle-italics",
"editor:toggle-strikethrough",
"editor:toggle-highlight",
"editor:toggle-code",
"editor:toggle-blockquote",
"editor:insert-link",
"editor:toggle-bullet-list",
"editor:toggle-numbered-list",
"editor:toggle-checklist-status",
"editor:indent-list",
"editor:unindent-list",
"editor:undo",
"editor:redo",
"editor:configure-toolbar",
"editor:insert-callout",
"editor:cycle-list-checklist"
]
}
17 changes: 9 additions & 8 deletions .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "content/programming-languages/typescript.md",
"file": "content/_index.md",
"mode": "source",
"backlinks": true,
"source": false
Expand Down Expand Up @@ -94,7 +94,7 @@
"state": {
"type": "backlink",
"state": {
"file": "content/programming-languages/typescript.md",
"file": "content/_index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -111,7 +111,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "content/programming-languages/typescript.md",
"file": "content/_index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -123,7 +123,7 @@
"state": {
"type": "outline",
"state": {
"file": "content/programming-languages/typescript.md"
"file": "content/_index.md"
}
}
}
Expand All @@ -141,8 +141,12 @@
"remotely-save:Remotely Save": false
}
},
"active": "8f97c03b355fdf96",
"active": "1e621f6405ab798d",
"lastOpenFiles": [
"content/programming-languages/typescript.md",
"content/frontend/css.md",
"/content/frontend/css.md",
"/content/_index.md",
"content/tech/tech-stacks.md",
"content/keycloak/handle-https.md",
"content/git/tips.md",
Expand Down Expand Up @@ -183,9 +187,6 @@
"/content/reactjs/nextjs.md",
"/content/productivity.md",
"/content/frontend/pwa.md",
"/content/frontend/frontend.md",
"/content/frontend/colors.md",
"/content/books/books.md",
"/content/tech",
"/content/books"
]
Expand Down
8 changes: 8 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ I'm Zeyad a software engineer from [Egypt 🇪🇬](https://en.wikipedia.org/wik
## About this site
I created this site to track the things that might be useful to be shared with you, It's not like [my blog](https://zeyadetman.com), the blog is more specific for articles I write, but here you'll find my favs and notes 📝. for more information about how I created this site open the [[setup]] page.


## How to browse this site?

> [!NOTE] Browsing The site
> Using the search bar, and the map in the bottom are the most straightforward ways to use this digital garden 🪴.


0 comments on commit 8dc809e

Please sign in to comment.