You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +40,7 @@ Add more color options to your highlights and text in Logseq using slash command
41
40
## Background
42
41
43
42
This plugin was created to fill the gap left when converting my Workflowy maps
44
-
to Logseq using [WF2LS](https://github.com/brianclements/wf2ls), but is
43
+
to Logseq using [WF2LS](https://github.com/clemtibs/wf2ls), but is
45
44
completely functional on it's own. Workflowy supports 10 colors for both
46
45
highlights and text color, and this plugin enables that functionality with slash
47
46
commands.
@@ -125,10 +124,18 @@ Slash commands:
125
124
126
125
## Installation
127
126
128
-
- Clone the repo
129
-
- Open the _plugin_ option in Logseq Desktop Client
130
-
- Select**Load unpacked plugin** in Logseq Desktop client
131
-
- Open the _src_ folder of the repo (where "package.json" is)
127
+
### From Logseq Marketplace (recommended):
128
+
129
+
- Click **"..."** and open the **Plugins**section (or press `t p`)
130
+
- Click on the **Marketplace**
131
+
- On the **Plugins** tab search for **Color Markup** plugin and click install
132
+
133
+
### Manually
134
+
135
+
- Enable **Developer mode** in **...** → **Settings** → **Advanced**
136
+
- Download the latest plugin release in a raw .zip archive from [here](https://github.com/clemtibs/logseq-color-markup/releases/latest) and unzip it
137
+
- Go to the **"..."** → **Plugins**, click **"Load unpacked plugin"** and point to the unzipped plugin (where "package.json" is)
138
+
- Note that every new plugin release needs to be updated manually
0 commit comments