We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dfcf3 commit 112af3cCopy full SHA for 112af3c
logseq-awesome-fonts/README.md
@@ -0,0 +1,23 @@
1
+## Custom Editor Fonts Sample
2
+
3
+🛠 This is a plugin that shows how to define custom appearance of editor and persist settings state.
4
5
+### Demo
6
7
+
8
9
+### API
10
11
+[](https://badge.fury.io/js/%40logseq%2Flibs)
12
13
+##### Logseq
14
15
+- `provideUI (ui: UIOptions): this`
16
+- `provideStyle (style: StyleString | StyleOptions): this`
17
+- `updateSettings (attrs: Record<string, any>): void`
18
+- `setMainUIInlineStyle (style: CSSStyleDeclaration): void`
19
20
+### Running the Sample
21
22
+- `npm install && npm run build` in terminal to install dependencies.
23
+- `Load unpacked plugin` in Logseq Desktop client.
logseq-awesome-fonts/demo.gif
2.32 MB
0 commit comments