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: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,27 @@ To run the Node.js example:
30
30
31
31
The example includes detailed comments and demonstrates best practices for using the HackMD API client.
32
32
33
+
### Book Mode Conference Note Example
34
+
35
+
The `examples/book-mode-conference/` directory contains a TypeScript example for creating a "book mode" conference note system:
36
+
37
+
-**Book Mode Notes**: Creates a master note that links to all session notes
38
+
-**Bulk Note Creation**: Automatically creates individual notes for each conference session
39
+
-**TypeScript Implementation**: Full type safety with tsx support for direct execution
40
+
-**Configurable Templates**: Customizable note templates and conference settings
41
+
-**Hierarchical Organization**: Sessions organized by day and time in the main book
42
+
-**Error Handling**: Graceful handling of API failures during bulk operations
43
+
44
+
To run the book mode conference example:
45
+
46
+
1. Navigate to the example directory: `cd examples/book-mode-conference`
47
+
2. Follow the setup instructions in [examples/book-mode-conference/README.md](./examples/book-mode-conference/README.md)
48
+
3. Customize the configuration constants and session data
49
+
4. Set your HackMD access token
50
+
5. Run `npm start`
51
+
52
+
This example demonstrates advanced usage patterns including bulk operations, team note management, and creating interconnected note structures for conferences or events.
0 commit comments