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
Copy file name to clipboardExpand all lines: examples/TheFiche/README.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# TheFiche
2
2
3
-
TheFiche is a Python module that generates and exports Logseq pages based on WDoc queries. It provides functionality to create structured Logseq pages with content generated from WDoc queries, including metadata and properties.
3
+
TheFiche is a script that generates and exports [Logseq](https://github.com/logseq/logseq) pages based on [WDoc](https://github.com/thiswillbeyourgithub/WDoc/) queries. It provides functionality to create structured Logseq pages with content generated from WDoc queries, including metadata and properties.
4
4
5
5
## Features
6
6
@@ -12,17 +12,15 @@ TheFiche is a Python module that generates and exports Logseq pages based on WDo
12
12
## Installation
13
13
14
14
To use TheFiche, you need to have WDoc and its dependencies installed. Make sure you have the following prerequisites:
15
-
16
-
- Python 3.7+
17
-
- WDoc library
18
-
- LogseqMarkdownParser
15
+
- WDoc
16
+
-[LogseqMarkdownParser](https://github.com/thiswillbeyourgithub/LogseqMarkdownParser) (by me also)
19
17
- fire
20
18
- beartype
21
19
22
20
You can install the required dependencies using pip:
23
21
24
22
```
25
-
pip install wdoc logseq-markdown-parser fire beartype
23
+
python -m pip install -U WDoc LogseqMarkdownParser fire beartype
26
24
```
27
25
28
26
## Usage
@@ -66,15 +64,3 @@ TheFiche generates a Logseq page with the following components:
66
64
- Number of documents found, filtered, and used
67
65
- Query details and timestamp
68
66
- TheFiche version and execution date
69
-
70
-
## License
71
-
72
-
[Include license information here]
73
-
74
-
## Contributing
75
-
76
-
[Include contribution guidelines or link to CONTRIBUTING.md]
0 commit comments