Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
67df308
Refactor note workflow for SEO URL and job updates
ushindr16 Feb 11, 2026
5964e65
Replace STATE_JSON with STATE_B64 in workflow
ushindr16 Feb 11, 2026
83ee95f
Enhance debugging for title selector in workflow
ushindr16 Feb 11, 2026
15fb5b5
Add debug.html to upload artifacts workflow
ushindr16 Feb 11, 2026
8ca7015
Enhance title input selection for robustness
ushindr16 Feb 11, 2026
2607bb6
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
bb9e45f
Update debug.html
ushindr16 Feb 11, 2026
ce22615
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
6e7283e
Enhance note-perplexity workflow with debugging features
ushindr16 Feb 11, 2026
9dbce70
Add Promise.race to wait for selectors
ushindr16 Feb 11, 2026
6496ced
Refactor note-perplexity workflow for clarity and efficiency
ushindr16 Feb 11, 2026
3d6b518
Replace return with process.exit(0) in workflow
ushindr16 Feb 11, 2026
8e2da2f
Add function to find visible elements in any frame
ushindr16 Feb 11, 2026
37773c5
Refactor selector handling in note-perplexity workflow
ushindr16 Feb 11, 2026
79a77f7
Refactor selector definitions and frame search logic
ushindr16 Feb 11, 2026
ed79870
Refactor browser context setup and logging
ushindr16 Feb 11, 2026
7d009da
Update logging and screenshot paths in workflow
ushindr16 Feb 11, 2026
5d10876
Refactor tracing and request handling in workflow
ushindr16 Feb 11, 2026
4904e2b
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
ec29abb
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
65e17db
Refactor title and body input handling in workflow
ushindr16 Feb 11, 2026
fa10fbf
Refactor note-perplexity workflow for clarity and efficiency
ushindr16 Feb 11, 2026
775d527
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
cef484a
Refactor HTML handling and improve insertion logic
ushindr16 Feb 11, 2026
01b1ca3
Refactor insertHTML function and improve error handling
ushindr16 Feb 11, 2026
49973dc
Improve HTML paste handling and title input logic
ushindr16 Feb 11, 2026
b5d9618
Refactor note-perplexity workflow for improved HTML handling
ushindr16 Feb 11, 2026
e369282
Enhance debugging in note-perplexity workflow
ushindr16 Feb 11, 2026
3354539
Update text insertion logic in note-perplexity workflow
ushindr16 Feb 11, 2026
0a154ac
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
076d80e
Fix indentation and duplicate line in YAML workflow
ushindr16 Feb 11, 2026
d8e975d
Update note-perplexity.yaml
ushindr16 Feb 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/debug.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: Upload debug artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: note-debug-${{ github.run_id }}
path: |
post.log
debug.html
debug.png
trace.zip
Loading