Nice_Bathtub
New Coder
I would like to have two documents open in the same window, the two documents would be the same document but in two different languages(already translated), and the goal is to make my work more efficient by adding two main functions.
The first, is to have the ability to set bookmarks in doc 1 and it automatically doing it in doc 2 in the same location, and vice versa. The location of the bookmarks would be determined by Paragraph number, as they generally have the same amount in that regard.
The second, would be a search function like CTRL-F, where if you were to search a word in one doc, it would be able to determine the rough location of that word in the next document and take you there.
I am mainly looking on some general guidance on how I could start tackling this. I have experience with HTML, CSS, very basic JavaScript/angular.
The first, is to have the ability to set bookmarks in doc 1 and it automatically doing it in doc 2 in the same location, and vice versa. The location of the bookmarks would be determined by Paragraph number, as they generally have the same amount in that regard.
The second, would be a search function like CTRL-F, where if you were to search a word in one doc, it would be able to determine the rough location of that word in the next document and take you there.
I am mainly looking on some general guidance on how I could start tackling this. I have experience with HTML, CSS, very basic JavaScript/angular.