Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links References command not working? #1568

Closed
Cossackx opened this issue Sep 3, 2024 · 8 comments · Fixed by #1641
Closed

Links References command not working? #1568

Cossackx opened this issue Sep 3, 2024 · 8 comments · Fixed by #1641
Assignees
Labels
bug Something isn't working released Available in a released installer

Comments

@Cossackx
Copy link

Cossackx commented Sep 3, 2024

Problem to Solve

A clear and concise description of what the bug is.

  • Generate Bi-directional links based on Title not working

Environment (if applicable)

  • OneNote Version: O365, 64bit?]
  • OneMore Version latest
@Cossackx Cossackx added bug Something isn't working unread I have seen it or had time to refine it yet labels Sep 3, 2024
@stevencohn
Copy link
Owner

stevencohn commented Sep 3, 2024

What you seeing happen? It should allow title-body or title-title linking. Any error messages? Does it acknowledge the Starting link with a message box?

Do you see anything in the log file? #3 on this page https://onemoreaddin.com/get-started/Troubleshooting.htm

@stevencohn stevencohn removed the unread I have seen it or had time to refine it yet label Sep 3, 2024
@Cossackx
Copy link
Author

Cossackx commented Sep 3, 2024

No error. No nothing really. It does have the starting dialogue box. See video:

Recording.2024-09-03.160137.mp4

Log file:
05|03:59:59.832| Log restarted
19|04:00:02.019| Running command LinkReferencesCommand
07|04:00:06.549| ..searching for 'Note 4'
07|04:00:06.589| ..searching for matches on ''
07|04:00:06.589| ..search not found on Test Notebook/New Section 1/Untitled page
07|04:00:06.597| ..searching for matches on 'Note 1'
07|04:00:06.597| ..search not found on Test Notebook/New Section 2/Note 1
07|04:00:06.605| ..searching for matches on 'Note 2'
07|04:00:06.605| ..search not found on Test Notebook/New Section 2/Note 2
07|04:00:06.613| ..searching for matches on 'Note 3'
07|04:00:06.613| ..search not found on Test Notebook/New Section 2/Note 3
07|04:00:06.613| ..00:00.08 linking complete
07|04:00:06.614| progress dialog completed
08|04:00:42.560| hashtag service scanned 8 times in the last hour, averaging 15ms
04|04:00:44.625| Running command LinkReferencesCommand
16|04:00:50.881| ..searching for 'Note 1'
16|04:00:50.934| ..searching for matches on ''
16|04:00:50.934| ..search not found on Test Notebook/New Section 1/Untitled page
16|04:00:50.943| ..searching for matches on 'Note 2'
16|04:00:50.943| ..search not found on Test Notebook/New Section 2/Note 2
16|04:00:50.953| ..searching for matches on 'Note 3'
16|04:00:50.953| ..search not found on Test Notebook/New Section 2/Note 3
16|04:00:50.961| ..searching for matches on 'Note 4'
16|04:00:50.961| ..search not found on Test Notebook/New Section 2/Note 4
16|04:00:50.961| ..00:00.09 linking complete
16|04:00:50.961| progress dialog completed
04|04:00:56.750| Running command LinkReferencesCommand
07|04:01:02.696| ..searching for 'Note 2'
07|04:01:02.750| ..searching for matches on ''
07|04:01:02.750| ..search not found on Test Notebook/New Section 1/Untitled page
07|04:01:02.759| ..searching for matches on 'Note 1'
07|04:01:02.759| ..search not found on Test Notebook/New Section 2/Note 1
07|04:01:02.769| ..searching for matches on 'Note 3'
07|04:01:02.769| ..search not found on Test Notebook/New Section 2/Note 3
07|04:01:02.778| ..searching for matches on 'Note 4'
07|04:01:02.778| ..search not found on Test Notebook/New Section 2/Note 4
07|04:01:02.778| ..00:00.09 linking complete
07|04:01:02.778| progress dialog completed
14|04:01:10.286| Running command LinkReferencesCommand
12|04:01:16.342| ..searching for 'Note 3'
12|04:01:16.376| ..searching for matches on ''
12|04:01:16.376| ..search not found on Test Notebook/New Section 1/Untitled page
12|04:01:16.385| ..searching for matches on 'Note 1'
12|04:01:16.385| ..search not found on Test Notebook/New Section 2/Note 1
12|04:01:16.393| ..searching for matches on 'Note 2'
12|04:01:16.393| ..search not found on Test Notebook/New Section 2/Note 2
12|04:01:16.401| ..searching for matches on 'Note 4'
12|04:01:16.401| ..search not found on Test Notebook/New Section 2/Note 4
12|04:01:16.401| ..00:00.07 linking complete
12|04:01:16.401| progress dialog completed
04|04:01:22.641| Running command LinkReferencesCommand
13|04:01:28.176| ..searching for 'Note 4'
13|04:01:28.216| ..searching for matches on ''
13|04:01:28.216| ..search not found on Test Notebook/New Section 1/Untitled page
13|04:01:28.225| ..searching for matches on 'Note 1'
13|04:01:28.226| ..search not found on Test Notebook/New Section 2/Note 1
13|04:01:28.234| ..searching for matches on 'Note 2'
13|04:01:28.234| ..search not found on Test Notebook/New Section 2/Note 2
13|04:01:28.242| ..searching for matches on 'Note 3'
13|04:01:28.242| ..search not found on Test Notebook/New Section 2/Note 3
14|04:01:28.242| ..00:00.08 linking complete
14|04:01:28.242| progress dialog completed
13|04:02:11.541| Running command AboutCommand

@stevencohn
Copy link
Owner

stevencohn commented Sep 3, 2024

Oh, that's the Link References command, not the Bi-directional Linking commands! OK, let me try to reproduce based on your video. Thanks.

This page explains the different Reference commands: https://onemoreaddin.com/commands/Reference%20Commands.htm

@stevencohn stevencohn changed the title Generate Bi-directional links not working? Links References command not working? Sep 3, 2024
@stevencohn stevencohn self-assigned this Sep 3, 2024
@stevencohn
Copy link
Owner

I'm going to blame this on Windows Search, which is a reasonable conclusion since it's bit me in the past in so many similar cases. Link References uses Windows Search to try to find the titled page; this is why the log file mentions "search" and "searching". I can circumvent that with minimal impact on performance, hopefully.

I'll get it in the next release.

@Cossackx
Copy link
Author

Cossackx commented Sep 3, 2024

Thank you! Just confirming. No fix after doing these troubleshooters...

OneNote Specific Problems

Search is Flaky

@pinkbubba
Copy link

I'm also interested in this feature. I installed onemore to make it easier for creating links between pages to try and use onenote as second brain. Hoping it will be fixed in the future. Onemore is very nice otherwise.

@Cossackx
Copy link
Author

Cossackx commented Sep 17, 2024

👏This is definitely my favorite OneMore feature. I refresh "Check for Updates" daily.

https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZTR6ZGRxMmN4OGJ4YTg4ZTJpa3d3d29qYWQ3M2hjMXVxaHdlNWYzeiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l2YWluoNgk342F3k4/giphy.gif

...awww. Github doesn't do .gifs

@Cossackx
Copy link
Author

Hi @stevencohn. How's this fix coming along? Did it fall off for the next release? Thank you so much!

@stevencohn stevencohn added the high-priority High Priority label Oct 23, 2024
stevencohn added a commit that referenced this issue Oct 28, 2024
* Full text search of pages rather than Windows Search
#1568

* update dialog

* update

* remove log

* skip omLinkedReferences block

* dead code
@stevencohn stevencohn linked a pull request Oct 28, 2024 that will close this issue
@stevencohn stevencohn added next-release Addressed but not yet released released Available in a released installer and removed high-priority High Priority next-release Addressed but not yet released labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released Available in a released installer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants