[PR #30] [MERGED] Update CSS Snippets section #1089

Closed
opened 2026-06-08 09:06:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kmaasrud/awesome-obsidian/pull/30
Author: @konhi
Created: 8/21/2021
Status: Merged
Merged: 8/22/2021
Merged by: @kmaasrud

Base: masterHead: snippets


📝 Commits (10+)

  • c122a8c CSS Tweaks -> CSS Snippets, added related links
  • 9b29fcb Update "Image Cards"
  • c0811e2 Remove Andy Matuschak mode (it is a plugin now)
  • c8368f0 add basic snippets (without presentation)
  • 9266b80 move author out of heading (fixes ToC)
  • 59316d9 Add example to "Bullet Point Relationship Lines"
  • 122b0fc Remove "Task List Preview...", not needed anymore
  • c0f3241 remove already existing snippet from autofading-ui
  • 9f19e49 Move "Smaller Scrollbar" into separate snippet
  • 427e110 Add example to "autofading-ui"

📊 Changes

30 files changed (+380 additions, -515 deletions)

View changed files

📝 README.md (+93 -515)
code/css-snippets/autofading-ui.css (+16 -0)
code/css-snippets/better-bullet-points-in-edit-mode.css (+20 -0)
code/css-snippets/bigger-link-popup-preview.css (+14 -0)
code/css-snippets/bullet-point-relationship-lines.css (+24 -0)
code/css-snippets/collapsing-sidebar.css (+12 -0)
code/css-snippets/custom-icons-differing-files-and-folders.css (+18 -0)
code/css-snippets/enlarge-image-on-hover.css (+18 -0)
code/css-snippets/hyphenation-and-justification.css (+9 -0)
code/css-snippets/image-cards.css (+11 -0)
code/css-snippets/nicer-checkboxes.css (+34 -0)
code/css-snippets/outliner-for-the-outline-and-file-explorer.css (+25 -0)
code/css-snippets/smaller-scrollbar.css (+11 -0)
code/css-snippets/stylish-blockquotes.css (+19 -0)
code/css-snippets/subtler-folding-gutter-arrows.css (+23 -0)
code/css-snippets/tag-pills.css (+33 -0)
media/css-snippets/autofading-ui-1.gif (+0 -0)
media/css-snippets/better-bullet-points-in-edit-mode-1.gif (+0 -0)
media/css-snippets/bigger-link-popup-preview-1.png (+0 -0)
media/css-snippets/bullet-point-relationship-lines-1.png (+0 -0)

...and 10 more files

📄 Description

Issue: #29

  • update terminology (snippets instead tweaks, obsidian.css is no more)
  • adds other links related to snippets (feel free to add more if there are any)
  • update current snippets to new style
  • add examples
  • [PR #19] [MERGED] Image cards CSS snippet (#34)
  • verify if links and metadata are correct

@kmaasrud what do you think about current update? Feel free to suggest any changes. Please let me know if:

  • style in README.md is okay and I can continue updating styles like that
  • style of .css file is okay (I formatted it and added metadata)
  • structure of files is fine

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kmaasrud/awesome-obsidian/pull/30 **Author:** [@konhi](https://github.com/konhi) **Created:** 8/21/2021 **Status:** ✅ Merged **Merged:** 8/22/2021 **Merged by:** [@kmaasrud](https://github.com/kmaasrud) **Base:** `master` ← **Head:** `snippets` --- ### 📝 Commits (10+) - [`c122a8c`](https://github.com/kmaasrud/awesome-obsidian/commit/c122a8c98c97e3f9608ea8ea413e4b919bcc4f84) CSS Tweaks -> CSS Snippets, added related links - [`9b29fcb`](https://github.com/kmaasrud/awesome-obsidian/commit/9b29fcb9ae29e1084c5ba1f3c3ae2ebb3b6ca94f) Update "Image Cards" - [`c0811e2`](https://github.com/kmaasrud/awesome-obsidian/commit/c0811e21ee468bef847507ca39df9b2b05ca7fe8) Remove Andy Matuschak mode (it is a plugin now) - [`c8368f0`](https://github.com/kmaasrud/awesome-obsidian/commit/c8368f060b70d66bbf95b66080f53b577762edf3) add basic snippets (without presentation) - [`9266b80`](https://github.com/kmaasrud/awesome-obsidian/commit/9266b806cdf7ff314af345c001d0781bab8b1535) move author out of heading (fixes ToC) - [`59316d9`](https://github.com/kmaasrud/awesome-obsidian/commit/59316d92b554f8d119a50bd0c6c113dc267e41b1) Add example to "Bullet Point Relationship Lines" - [`122b0fc`](https://github.com/kmaasrud/awesome-obsidian/commit/122b0fc935ecbf69172ddff416492a58b7d99f9b) Remove "Task List Preview...", not needed anymore - [`c0f3241`](https://github.com/kmaasrud/awesome-obsidian/commit/c0f3241214f30400df18f832c9fa0ab30fb815fc) remove already existing snippet from autofading-ui - [`9f19e49`](https://github.com/kmaasrud/awesome-obsidian/commit/9f19e499f182ce4080f1c893e026aaedd6b5b113) Move "Smaller Scrollbar" into separate snippet - [`427e110`](https://github.com/kmaasrud/awesome-obsidian/commit/427e1103ff484c11d39b3d842bfa05aa04fbf837) Add example to "autofading-ui" ### 📊 Changes **30 files changed** (+380 additions, -515 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+93 -515) ➕ `code/css-snippets/autofading-ui.css` (+16 -0) ➕ `code/css-snippets/better-bullet-points-in-edit-mode.css` (+20 -0) ➕ `code/css-snippets/bigger-link-popup-preview.css` (+14 -0) ➕ `code/css-snippets/bullet-point-relationship-lines.css` (+24 -0) ➕ `code/css-snippets/collapsing-sidebar.css` (+12 -0) ➕ `code/css-snippets/custom-icons-differing-files-and-folders.css` (+18 -0) ➕ `code/css-snippets/enlarge-image-on-hover.css` (+18 -0) ➕ `code/css-snippets/hyphenation-and-justification.css` (+9 -0) ➕ `code/css-snippets/image-cards.css` (+11 -0) ➕ `code/css-snippets/nicer-checkboxes.css` (+34 -0) ➕ `code/css-snippets/outliner-for-the-outline-and-file-explorer.css` (+25 -0) ➕ `code/css-snippets/smaller-scrollbar.css` (+11 -0) ➕ `code/css-snippets/stylish-blockquotes.css` (+19 -0) ➕ `code/css-snippets/subtler-folding-gutter-arrows.css` (+23 -0) ➕ `code/css-snippets/tag-pills.css` (+33 -0) ➕ `media/css-snippets/autofading-ui-1.gif` (+0 -0) ➕ `media/css-snippets/better-bullet-points-in-edit-mode-1.gif` (+0 -0) ➕ `media/css-snippets/bigger-link-popup-preview-1.png` (+0 -0) ➕ `media/css-snippets/bullet-point-relationship-lines-1.png` (+0 -0) _...and 10 more files_ </details> ### 📄 Description Issue: #29 - [x] update terminology (`snippets` instead `tweaks`, `obsidian.css` is no more) - [x] adds other links related to snippets (feel free to add more if there are any) - [x] update current snippets to new style - [x] add examples - [x] #34 - [ ] verify if links and metadata are correct @kmaasrud what do you think about current update? Feel free to suggest any changes. Please let me know if: - style in README.md is okay and I can continue updating styles like that - style of .css file is okay (I formatted it and added metadata) - structure of files is fine --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-08 09:06:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-obsidian#1089