MarkMindCkm 1.2.4 a71f242 Compare 1.2.4 Right click to select nodes and left click to move the mind map In rich mode , support set up node background/stroke/text color/text size,if you want to change colors of node setup board , you can inputsetup board colorin setting tab please ...
Change the color of the selected text Remove the color of the selected text Switch between slots, forward Switch between slots, backwards Open the color input menu I suggest using hotkeys for these commands as I designed this plugin with a keyboard-centric approach. Demo Roadmap Saving the co...
right-click on any page or folder to insert an icon. You can even change the icon color from the plugin settings. For example, we changed the icon shade to match the default Obsidian accent color,
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); /*---字体阴影--*/ color: rgb(25, 130, 180); /*---字体颜色--*/ background-color: #def700; /*---背景颜色--*/ border-radius: 5px; /*---四边倒圆角--*/ padding: 2px 5px; /*---文字距边缘的距离--*/ } 上述内容的结果...
之后对着你要更改图标的笔记右键的下拉菜单中选择 Change icon 在弹窗中你想要图标就行了 推荐一个标签样式 by serenity 主题 该标签样式片段来自 serenity 主题 /* === tags === */ body { --tag-radius: var(--radius-s); --tag-padding-x: 6px; --tag-padding-y: 2px; --tag-opacity: 0.25;...
Obsidian has nailed the customization. You can change the base color scheme, accent color, and even tweak the entire app look by using community-built themes. Whether you prefer a light theme or a dark shade, you won’t have a hard time finding a relevant theme from theSettings > Appearan...
Obsidian 0.14 adds support forCallout boxes!With this change, Admonitions will be transitioning to...
Obsidian has a distinctive look and feel. It’s a black and white note-taking app. If you dislike the default theme or style, it’s possible to change it from dark mode or install other themes built by the community. You can also set keyboard shortcuts, change color schemes and more....
Will change the bar and line graphs to be stacked. Expected: boolean (true or false) Default: false Modifiers by Axis Prepend either the x or y axis to any of these to modify them. Title Modifier Use either xTitle: "Title here" or yTitle: "Title here" to add a Title to any Axis...
this.inputText = instr this.$refs.edit.innerHTML = instr }, inputTextChange() { this.inputText = this.$refs.edit.innerHTML }, clickChangePicWidth(obj) { this.$nextTick(() => { this.$refs.mit[obj].classList.toggle('items-img') }); }, moveFocurToEnd(id) { ...