Skip to content

Commit eb2798d

Browse files
GUOBYQ_AMPGGUOBYQ_AMPG
authored andcommitted
Committing version 2.0
### New Diamonds 💎 - Removed all the old `Cluster Free` code (please move to `live preview` mode) - Added support for `live preview` mode [#44] - Supporting all the features that is there fore for live preview ### Fixes - Problem with code block should no longer exist with `live preview` [#52] - Images now align to left, fixed issue with image having no spaces between list items [#50][#34] - Fixed issue with strange block that hides top of the page in edit mode with `live preview` [#47] - Fixed bullet point not visible in view mode [#45] - Fixed bullet lists in edit mode not compatible with different fonts [#32]
1 parent 8aec1e3 commit eb2798d

4 files changed

Lines changed: 149 additions & 336 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# CHANGELOG
22

3+
## Version 2.0 (Oct 9, 2022)
4+
5+
As I have being busy and stopped maintaining this repo for almost 2 years. I am so surprised that a lot of you had still being using and supporting this theme.
6+
7+
I had updated the theme to 2.0 to support the latest `live preview` mode, so that all those Obsidianite lovers can use the theme and be happy again!
8+
9+
Thanks for all your support for these 2 years! Love you all! :heart:
10+
11+
> Note: I will look into those old issue tickets and fix those long waited bugs during the weekend each week, hope you all continue to support the theme! Thanks!
12+
13+
### New Diamonds 💎
14+
15+
- Removed all the old `Cluster Free` code (please move to `live preview` mode)
16+
- Added support for `live preview` mode [#44]
17+
- Supporting all the features that is there fore for live preview
18+
19+
### Fixes
20+
21+
- Problem with code block should no longer exist with `live preview` [#52]
22+
- Images now align to left, fixed issue with image having no spaces between list items [#50][#34]
23+
- Fixed issue with strange block that hides top of the page in edit mode with `live preview` [#47]
24+
- Fixed bullet point not visible in view mode [#45]
25+
- Fixed bullet lists in edit mode not compatible with different fonts [#32]
26+
327
## Version 1.1.4 (Dec 27, 2020)
428

529
### New Diamonds 💎

README.md

Lines changed: 2 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div align="center">
66

7-
v1.x | Designed & Coded with 💎 by Benny Guo <br>
7+
v2.x | Designed & Coded with 💎 by Benny Guo <br>
88
Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
99

1010
<p align="center">
@@ -17,123 +17,7 @@ Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
1717

1818
</div>
1919

20-
<img src="./images/demo1.png">
21-
22-
<details>
23-
24-
## More Screen Shots
25-
26-
<img src="./images/demo1.png">
27-
<img src="./images/demo2.png">
28-
<img src="./images/demo3.png">
29-
<img src="./images/demo4.png">
30-
31-
## Customizable Settings
32-
33-
```css
34-
/******************************************
35-
** ██████╗██╗ ██╗███████╗████████╗ ██████╗ ███╗ ███╗██╗███████╗███████╗
36-
** ██╔════╝██║ ██║██╔════╝╚══██╔══╝██╔═══██╗████╗ ████║██║╚══███╔╝██╔════╝
37-
** ██║ ██║ ██║███████╗ ██║ ██║ ██║██╔████╔██║██║ ███╔╝ █████╗
38-
** ██║ ██║ ██║╚════██║ ██║ ██║ ██║██║╚██╔╝██║██║ ███╔╝ ██╔══╝
39-
** ╚██████╗╚██████╔╝███████║ ██║ ╚██████╔╝██║ ╚═╝ ██║██║███████╗███████╗
40-
** ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
41-
** —— You can customized the theme using the variables below
42-
******************************************/
43-
44-
:root {
45-
/***************************************/
46-
/* FONTS RELATED */
47-
/***************************************/
48-
49-
/** Font Customization **/
50-
--default-font: 'Rubik', 'Glow Sans SC', 'Inter', -apple-system, BlinkMacSystemFont,
51-
'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
52-
sans-serif;
53-
54-
/** Main text font weight **/
55-
--body-font-weight: 450;
56-
57-
/** Font family for hash-tags **/
58-
--tag-font-family: 'OperatorMonoSSmLig-Book', 'Glow Sans SC', '华文细黑',
59-
'STXihei', 'PingFang TC', '微软雅黑体', 'Microsoft YaHei New', '微软雅黑',
60-
'Microsoft Yahei', '宋体', 'SimSun', 'Helvetica Neue', 'Helvetica', Arial,
61-
sans-serif !important;
62-
}
63-
64-
/**-------------------**
65-
| CUSTOMIZED TAG COLOURS
66-
**--------------------**/
67-
68-
/* For preview mode */
69-
a.tag[href*='#todo'],
70-
a.tag[href*='#待完成'] {
71-
background-color: #be2e5e;
72-
color: #fff;
73-
}
74-
/* For Editor Mode */
75-
.cm-s-obsidian .CodeMirror-line span.cm-tag-todo:not(.cm-formatting-hashtag) {
76-
color: #ee6a96;
77-
}
78-
79-
a.tag[href*='#working-draft'],
80-
a.tag[href*='#进行中'] {
81-
background-color: #4d3ca6;
82-
color: #fff;
83-
}
84-
85-
.cm-s-obsidian
86-
.CodeMirror-line
87-
span.cm-tag-working-draft:not(.cm-formatting-hashtag) {
88-
color: #a897ff;
89-
}
90-
91-
a.tag[href*='#notes'],
92-
a.tag[href*='#笔记'] {
93-
background-color: #17b978;
94-
color: #fff;
95-
}
96-
97-
.cm-s-obsidian .CodeMirror-line span.cm-tag-notes:not(.cm-formatting-hashtag) {
98-
color: #45e0a2;
99-
}
100-
101-
a.tag[href*='#knowledge'],
102-
a.tag[href*='#知识'] {
103-
background-color: #005792;
104-
color: #fff;
105-
}
106-
107-
.cm-s-obsidian
108-
.CodeMirror-line
109-
span.cm-tag-knowledge:not(.cm-formatting-hashtag) {
110-
color: #6cbdf3;
111-
}
112-
113-
a.tag[href*='#article'],
114-
a.tag[href*='#文章'] {
115-
background-color: #f95959;
116-
color: #fff;
117-
}
118-
119-
.cm-s-obsidian
120-
.CodeMirror-line
121-
span.cm-tag-article:not(.cm-formatting-hashtag) {
122-
color: #ff7a7a;
123-
}
124-
125-
a.tag[href*='#ideas'],
126-
a.tag[href*='#想法'] {
127-
background-color: #ffc93c;
128-
color: #000;
129-
}
130-
131-
.cm-s-obsidian .CodeMirror-line span.cm-tag-ideas:not(.cm-formatting-hashtag) {
132-
color: #ffdc82;
133-
}
134-
```
135-
136-
</details>
20+
<img src="./images/demo1.png"><br />
13721

13822
## Donation
13923

images/demo1.png

-3.83 KB
Loading

0 commit comments

Comments
 (0)