We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42af1bc commit f3b7b5fCopy full SHA for f3b7b5f
scripts/plane_to_grist/README.md
@@ -0,0 +1,21 @@
1
+# Copy a Plane project to a Grist document
2
+
3
+If run multiple times, the tool will clear the document and recreate it entirely.
4
5
+## Dependencies
6
7
+The dependencies are managed with [uv](https://github.com/astral-sh/uv).
8
9
+## Running
10
11
+The plane project's URL and the Grist document URL are currently hardcoded.
12
13
+```sh
14
+uv run ./plane_to_grist.py --plane-token <plane token> --grist-token <grist token>
15
+```
16
17
+# TODO
18
19
+* Don't convert the date, so we can actually compare the plane and grist content, and avoid erasing everything
20
+* Add an option for the plane project URL
21
+* Add an option for the grist document URL
0 commit comments