Skip to content

Commit 112af3c

Browse files
committed
update package readme
1 parent 17dfcf3 commit 112af3c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

logseq-awesome-fonts/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -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+
![demo](./demo.gif)
8+
9+
### API
10+
11+
[![npm version](https://badge.fury.io/js/%40logseq%2Flibs.svg)](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
Loading

0 commit comments

Comments
 (0)