Skip to content

Commit

Permalink
fsafsafasfa
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTacoz committed Feb 20, 2024
1 parent b2ec955 commit 9c1fcce
Show file tree
Hide file tree
Showing 72 changed files with 20,560 additions and 582 deletions.
Binary file modified content/.obsidian/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions content/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"accentColor": "#8d42f5",
"cssTheme": "Encore",
"cssTheme": "Catppuccin",
"enabledCssSnippets": [
"bold",
"highlightr"
],
"baseFontSize": 19
"baseFontSize": 17,
"theme": "obsidian"
}
3 changes: 2 additions & 1 deletion content/.obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"nuke-orphans",
"obsidian-excalidraw-plugin",
"obsidian-kanban",
"auto-note-mover"
"auto-note-mover",
"creases"
]
7 changes: 7 additions & 0 deletions content/.obsidian/plugins/creases/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions content/.obsidian/plugins/creases/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "creases",
"name": "Creases",
"description": "Tools for efficiently folding markdown sections in Obsidian",
"version": "0.7.0",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.13.0"
}
1 change: 1 addition & 0 deletions content/.obsidian/plugins/creases/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.cm-creases-icon{cursor:pointer;opacity:.5;transition:opacity .2s ease-in}.cm-creases-icon:hover{opacity:.8}.tree-item-inner p{margin:0}
2 changes: 1 addition & 1 deletion content/.obsidian/plugins/highlightr-plugin/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"highlighterStyle": "floating",
"highlighterStyle": "rounded",
"highlighterMethods": "inline-styles",
"highlighters": {
"Pink": "#FFB8EBA6",
Expand Down
Loading

0 comments on commit 9c1fcce

Please sign in to comment.