This commit is contained in:
Can 2020-12-03 00:28:38 +03:00
parent de73654b10
commit ae44f9f5f7
5 changed files with 51 additions and 39 deletions

View File

@ -11,7 +11,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "sidebar.md", "file": "Code/Codesheet.md",
"mode": "source" "mode": "source"
} }
}, },
@ -24,7 +24,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "sidebar.md", "file": "Code/Codesheet.md",
"mode": "preview" "mode": "preview"
} }
}, },
@ -84,7 +84,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "sidebar.md", "file": "Code/Codesheet.md",
"collapseAll": true, "collapseAll": true,
"extraContext": true, "extraContext": true,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -101,15 +101,15 @@
"collapsed": true "collapsed": true
}, },
"lastOpenFiles": [ "lastOpenFiles": [
"sidebar.md",
"Code/Codesheet.md", "Code/Codesheet.md",
"Code/WebFlow/WebFlow.md",
"index.md", "index.md",
"notes-eng/checklists/Sell Checklist.md",
"articles-eng/Articles (ENG).md",
"articles-tr/Articles (TR).md", "articles-tr/Articles (TR).md",
"sidebar.md",
"notes-tr/Iyzico Gereklilikler.md", "notes-tr/Iyzico Gereklilikler.md",
"articles-tr/Sidekick Browser.md", "articles-tr/Sidekick Browser.md",
"articles-tr/Obsidian.md", "articles-tr/Obsidian.md"
"articles-tr/Google-Search-Quality.md",
"articles-tr/Ghost Blog Açma Rehberi.md",
"articles-tr/En İyi Blog Siteleri.md"
] ]
} }

View File

@ -2,37 +2,30 @@
title: "List of Code Snippets" title: "List of Code Snippets"
--- ---
Arşiv amaçlı saklanan code snippetleri. Various code snippets mostly about front-end technologies like HTML/CSS/JS and Linux, Python etc.
__API's__
* [[Google Sheets API]]
* [[Airtable Fetch API]]
<br/>
__JavaScript__
* [[Deep Compare]] Derin Karşılaştırma Yapar.
* [[HTML Attribute Remover]]: String şeklinde verilen HTML'deki tüm attributeları siler.
* [[External Script Loader]]: Script yükleyen Svelte componenti.
* [[Webpack Env Variables]]: Passing environment variables from webpack.config.js
<br/> ### __CSS Snippets__
* [[Frost Effect]]: Create frost-blur effects like in Apple design.
__CSS Snippets__ ### __HTML__
* * [[Frost Effect]]
<br/>
__HTML__
* [[HTTPS Force Meta Tag]]: Güvensiz bağlantıları HTTPS'e zorlar. * [[HTTPS Force Meta Tag]]: Güvensiz bağlantıları HTTPS'e zorlar.
<br/> ### __JavaScript__
* [[Google Sheets API]]: Fetch your sheets.
* [[Linux Commands]] * [[Airtable Fetch API]]: Unlike official API, it uses browser's Fetch API.
* [[React Hooks]] * [[Deep Compare]] Make deep compare JS objects.
* [[HTML Attribute Remover]]: Remove all attributes from given HTML string..
<br/> * [[Webpack Env Variables]]: Passing environment variables from webpack.config.js
* __React__
* * [[React Hooks]]: Most useful hooks.
* __Svelte__
* * [[External Script Loader]]: Svelte component that loads script.
### __Linux/Bash__
* [[Linux Commands]]: Various Linux/Bash commands.
* [[Git Komutları]] * [[Git Komutları]]
### __Miscellaneous__
* [[WebFlow]]: Useful Webflow snippets.
* [[Brave Settings]]: Brave's settings panel.

View File

@ -6,7 +6,24 @@ This is my digital backroom. It is intended to be a personal public wiki page. I
## Quicklinks ## Quicklinks
* [[Articles (TR)]]: Articles written in Turkish. * __[[Articles (TR)]]: Articles written in Turkish__.
* * [[Sidekick Browser]]: Harikulade bir kullanıcı deneyimine sahip chromium tarayıcı.
* * [[TiddlyWiki]]: Çok işlevli bir not alma uygulaması olan Tiddlywiki hakkındaki incelemem.
* * [[Zettelkasten Metodu]]: Zettelkasten metodu ile akıllı notlar nasıl alınır?
* * [[Zettelkasten Uygulamaları]]: Zettelkasten metodunu kullanabileceğiniz not-alma uygulamaları.
* * [[Ghost Blog Açma Rehberi]]: GCP üzerinde Ghost blog nasıl açılır?
* * [[En İyi Blog Siteleri]]:Bir blog açmaya karar verdiniz ve henüz platform seçmediyseniz, bu yazıda nelere dikkat edilmesi gerektiğini ve çeşitli blog platformlarını bulacaksınız. Ücretsiz blog sitesi arayanlar, okuyucaları için paywall koymak isteyenler, portfolyo oluşturmak isteyenler için çeşitli alternatifler mevcut.
* * [[Clover Notes]]: Clover not alma uygulamasını beta-tester olarak deneyerek ilk izlenimlerimi paylaştım.
* * [[Obsidian]]: Obsidian not alma uygulaması hakkındaki tanıtım yazım.
* [[Articles (ENG)]]: Articles written in English. * [[Articles (ENG)]]: Articles written in English.
* [[Codesheet]] : Code Snippets including Python, JS, CSS, HTML and Bash. * [[Codesheet]] : Code Snippets including Python, JS, CSS, HTML and Bash.

View File

@ -2,6 +2,8 @@
title: "Sidebar" title: "Sidebar"
--- ---
### [Digital Notes](/) ### [Digital Notes](/)
* [[Articles (TR)]] * [[Articles (TR)]]
* [[Articles (ENG)]] * [[Articles (ENG)]]
* [[Codesheet]] * [[Codesheet]]

View File

@ -28,9 +28,9 @@ h5,
h6 {font-weight: bold;line-height: 1.6em;} h6 {font-weight: bold;line-height: 1.6em;}
h5,h6 {font-weight: normal;} h5,h6 {font-weight: normal;}
h1 {font-size: 2.1rem;text-align: left;font-weight: bold; margin-bottom:32px; margin-top:64px; color:#222} h1 {font-size: 2.1rem;text-align: left;font-weight: bold; margin-bottom:32px; margin-top:64px; color:#222}
h2 {font-size: 1.9em;font-weight: bold; margin-top:64px; color:#333} h2 {font-size: 1.9em;font-weight: bold; margin-top:64px; color:#222}
h3 {font-size: 1.5em;font-weight: bold; margin-top:48px; color:#444} h3 {font-size: 1.5em;font-weight: bold; margin-top:48px; color:#222}
h4 {font-size: 1.3em;font-weight: bold; color:#444} h4 {font-size: 1.3em;font-weight: bold; color:#333}
p, li { p, li {
padding-bottom: 4px; padding-bottom: 4px;
padding-top: 4px; padding-top: 4px;
@ -55,7 +55,7 @@ ul, ol {padding-left: 16px;}
a {text-decoration: none;color:#222 !important} a {text-decoration: none;color:#333 !important}
.main a.internal { .main a.internal {
color: #131313 ; color: #131313 ;
background-color: transparent !important; background-color: transparent !important;