Obsidian

获取Obsidian所有的主题列表

https://raw.githubusercontent.com/obsidianmd/obsidian-releases/master/community-css-themes.json
 
{
    "name": "Amethyst",
    "author": "cotemaxime",
    "repo": "cotemaxime/obsidian-amethyst",
    "screenshot": "screenshot.png",
    "modes": [
      "dark",
      "light"
    ],
    "legacy": true
}

Obsidian 主题 CSS 资源文件

https://raw.githubusercontent.com/${x.repo}/${x.branch || 'HEAD'}/${x.legacy ? 'obsidian.css' : 'theme.css'

获取当前工作区的语言

使用 moment.js

moment.locale()

从存储中获取

window.localStorage.getItem('language');

Minimal 主题

Github: obsidian-minima
文档:Home - Minimal Documentation