GrapplingGravityDocumentation/GGDoc/Misc/How to Obsidian.md

94 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2024-09-30 21:15:46 +00:00
2024-10-01 11:12:15 +00:00
```toc
```
2024-09-30 21:15:46 +00:00
2024-10-01 11:12:15 +00:00
# Plugins
## Awesome Image
- Storage attachment (non .md file) in a specified folder `Misc/Storage/Attachment`
- Image viewer (TODO)
## Dataview
2024-10-01 19:56:17 +00:00
Query engine (sql like), to request info inside others notes and list them
> [!Info]- Query example
> Query
>
> ```dataview
> LIST
> FROM "10 Design"
> ```
>
> Result
> ```dataview
> LIST
> FROM "10 Design"
> ```
>
>
2024-10-01 11:12:15 +00:00
## File Color
2024-10-01 19:56:17 +00:00
Add colors to the folder tree.
2024-10-01 11:12:15 +00:00
2024-10-01 19:56:17 +00:00
## Git
2024-10-01 11:12:15 +00:00
> [!NOTE]- How to sync
> Use CTRL+SHIFT+S to Commit and sync
## Iconize
2024-10-01 19:56:17 +00:00
Add icons to the folder tree.
2024-10-01 11:12:15 +00:00
## Minimal Theme Settings
2024-10-01 19:56:17 +00:00
Customize minimal theme css. Features includes :
- Image grid
- Colorful headers
## Multi Properties
Bulk edit tags for multiple files
2024-10-03 23:01:23 +00:00
![[567c8796a1ca4f2755d5f6cfc6ce7c875ddd7d97e370b4c9909e6249029f19fb.png]]
## QuickAdd
Insert templater's template at desired location and with various settings
> [!Info]- How to insert a template
> CTRL+P
> Run QuickAdd
> Select template
2024-10-01 19:56:17 +00:00
2024-10-01 11:12:15 +00:00
## Style Settings
2024-10-01 19:56:17 +00:00
- Customize style of many other plugins, including Minimal theme.
-
2024-10-01 11:12:15 +00:00
## Table of Content
> [!NOTE]- Add a table of content
> use
> \```toc
> \```
>
> or
>
> \```table-of-contents
> title:
> style: nestedList # TOC style (nestedList|nestedOrderedList|inlineFirstLevel)
> minLevel: 0 # Include headings from the specified level
> maxLevel: 0 # Include headings up to the specified level
> includeLinks: true # Make headings clickable
> debugInConsole: false # Print debug info in Obsidian console
> ```
2024-10-01 19:56:17 +00:00
## Tag Wrangler
Tag pages + rename / search options from tags view.
2024-10-03 23:01:23 +00:00
![[1bc0c534c2ac86130f83455e9a8353c6d86158b31f75c1cb33f467de5b4c1568.png]]
2024-10-01 11:12:15 +00:00
2024-10-01 19:56:17 +00:00
## Thumbnails
2024-10-01 11:12:15 +00:00
- Get attachment from online sources and stores them in a specified folder `Misc/Storage/Thumbnails`
# Non-default Shortcuts
2024-09-30 21:15:46 +00:00
2024-10-01 19:56:17 +00:00
![[94ebc76d29274d246b1bd9bcb4b1714cc49112ad86de394b437f3e65d4b38ec5.png|800]]
2024-09-30 21:15:46 +00:00
![[828b38e1763369b52b2efba15d4668326e86f70408af7ebaf2d99b9f1210a5ed.png]]