1. Page Break in pdf

<div style="page-break-after: always;"></div>

2. Set Text Color

<font style="color:green">In front of the artwork, the spectator sees another </font>

In front of the artwork, the spectator sees another

3. Open Document page

[Akrich :1](zotero://open-pdf/library/items/52A5ECM7?page=1)

3.1. Open File Location in Finder

[Example Code](file:///Users/alptugan/Zotero/storage/ELS8XFWB)

4. Image Grid

---
cssclass: img-grid, img-captions
---

5. Add Caption to images (Need to install Plug-in)

![This is the caption](image.png)
![[proxy.jpg|Caption text goes here-right|200]]
![[proxy.jpg|Caption text goes here-left|200]]
![[proxy.jpg|Caption text goes here-center|200]]
 
CSS obsidian_style.css içinde
JS code da DEVS kalsöründe

Centered-scaled image with caption


> [!blank-container|float-center] 
> 
> ![[p5js02.jpg]] 
> [Ken Thompson](https://www.wikiwand.com/en/articles/Ken_Thompson "Ken Thompson") and [Dennis Ritchie](https://www.wikiwand.com/en/articles/Dennis_Ritchie "Dennis Ritchie"), key proponents of the Unix philosophy

Ken Thompson, one of the founders of Unix, established its foundational philosophy on a minimalist and modular framework. Central to their software development ethos is the DOTADIW (Do One Thing And Do It Well) principle, which facilitates maintaining a compositional system as opposed to a monolithic one.

Multi column



Ken Thompson and Dennis Ritchie, key proponents of the Unix philosophy

Ken Thompson, one of the founders of Unix, established its foundational philosophy on a minimalist and modular framework. Central to their software development ethos is the DOTADIW (Do One Thing And Do It Well) principle, which facilitates maintaining a compositional system as opposed to a monolithic one.

Callout Opened & Collapsed

> [!NOTE] Notification about Conclusion
> 
> In order to develop the finalized method first students are taught ALAP categories. All of the students were familiar in programming. They took the previous class called COD 207 Programming in the first semester. So, The proposed method should be tested on new students in the upcoming semester to effectively see the results of the method integrated with ALAP categories. 

Notification about Conclusion

In order to develop the finalized method first students are taught ALAP categories. All of the students were familiar in programming. They took the previous class called COD 207 Programming in the first semester. So, The proposed method should be tested on new students in the upcoming semester to effectively see the results of the method integrated with ALAP categories.

> [!NOTE]- Notification about Conclusion
> 
> In order to develop the finalized method first students are taught ALAP categories. All of the students were familiar in programming. They took the previous class called COD 207 Programming in the first semester. So, The proposed method should be tested on new students in the upcoming semester to effectively see the results of the method integrated with ALAP categories. 

Set custom icons in callout UI elements. Edit the Obsidian css under Settings→Appearance scroll to bottom. Choose the icon from Lucide web site.

.callout[data-callout="my-comment"] {
--callout-color: 99, 71, 214;
--callout-icon: lucide-message-square;
/* --callout-icon: message-o; // font-awesome
border: 3px solid rgba(0, 0, 0, 0.5);
border-radius: 5px;
box-shadow: 20px 20px 40px rgba(255, 0, 0, 0.5);*/
}

6. PLUG-INS

Obsidian Bridge

Obsidian sync across devices

The following video shows how to sync Obsidian content on your devices. It uses Github to host your notes and sync the markdown notes between devices.

Sync Through third party apps, video

AI

Obsidian Ollama allows to send instruction to Ollama using Obsidian. You can set your own prompts customized for specific tasks.

Local GPT is similar to Obsidian Ollama, plus you can use any OpenAI compatible server other than Ollama.

Dataview

Dataview in Obsidian: A Beginner’s Guide - Obsidian Rocks
How to Build Dataview Powered Dashboards in Obsidian - YouTube

7. Columns

When is the best to ski in Switzerland?

Blank container


Average Temperatures and Rainfall

  • Most tourists who intend to ski tend to visit between Christmas and New Year. Lots of locals go skiing during this period as well.
  • January is the best month to ski in my opinion. Snow conditions are often good, there are fewer crowds and hotel prices are not as high.
  • During February, it is common for locals to take ski vacations. If you go during this time, expect more crowds and higher hotel prices.
This is column 1
This is column 2
```html
col1
col 2
```
This text is going to be formatted in 3 columns. If the --column-count parameter wasn't specified it would default to 2.
```html
This text is going to be formatted in 3 columns. If the `--column-count` parameter wasn't specified it would default to 2.
```

Embed Content from different document into another document as excerpt.

![[w7-The Social Construction of Facts and Artifacts Or How the Sociology of Science and the Sociology of Technology Might Benefit Each Other,Bijker and Pinch,  p. 11-45.#^ec21fc|^ec21fc]]

Transclude of w7-The-Social-Construction-of-Facts-and-Artifacts-Or-How-the-Sociology-of-Science-and-the-Sociology-of-Technology-Might-Benefit-Each-Other,Bijker-and-Pinch,--p.-11-45.#^ec21fc

Obsidianotion checklists:

  • normal
  • [/] / - incomplete
  • x - done
  • [-] - canceled
  • [s] s - forwarded
  • [<] < - scheduling

Extras checklists:

  • [?] ? - question
  • [!] ! - exclamation
  • [*] * - star
  • [”] ” - quote
  • [l] l - location
  • [b] b - bookmark
  • [i] i - information
  • [S] S - savings
  • [I] I - idea
  • [p] p - thumbs up
  • [c] c - thumbs down
  • [f] f - fire
  • [k] k - key
  • [w] w - win
  • [u] u - up
  • [d] d - down