KosmosisDire / obsidian-webpage-export

Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.
https://docs.obsidianweb.net/
MIT License
835 stars 70 forks source link

Support Fast Text Color Plugin #510

Open GhostShadow0316 opened 4 weeks ago

GhostShadow0316 commented 4 weeks ago

I use this plugin to create colorful text and seems like it is not supported with the export

for example look at the color of 導出公式

obsidian exported
image image

this is the original markdown code:

## 電子排列方式

依據波爾原子模型說

電子排列規則 $
\left \{ \begin {array} {l}
1.\ 填滿
\\
2.\ 數量
\end {array} \right.
$

導出公式 ~={grey}$2n ^ 2, \tiny{(n < 5)}$=~
$n$ 為原子核往外算主層數

| 主層 |  <  | 電子數  |
|:----:|:---:|:-------:|
|  K   |  1  |    2    |
|  L   |  2  |    8    |
|  M   |  3  |   18    |
|  N   |  4  |   32    |
|  O   |  5  | 18 / 32 |
|  P   |  6  |   18    |
|  Q   |  7  |    8    |
KosmosisDire commented 3 weeks ago

I added support for this, will be available in the next release