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
We have a project where a guestbook has been digitized, and each individual entry has been saved as an image snippet, with various associated metadata including its date and page number. We're using Vikus Viewer to display the snippets, and the year view looks great, but I would also like to try a layout where the snippets are ordered by page number instead of year. I see that it's possible to have multiple layouts but I'm not sure what the format of the pages.csv file should be. I created a second layout with the title Pages associated with pages.csv and tried using two columns containing id and _page for each snippet but that didn't work. There are now two tabs at the side with "Time" and "Pages" but the "Pages" view doesn't show anything. Could you let me know if it's possible to have this sort of second layout and if so how?
Thanks!
Amy
The text was updated successfully, but these errors were encountered:
this is totally doable. I have implemented such a functionality for a custom instance by introducing a "groupKey" that does not have to be the column "year".
I will merge the updates I made for the Kunsthaus Viewer into the main repo here - until then you could check out the implementation and / or maybe make a pull request.
Hi,
We have a project where a guestbook has been digitized, and each individual entry has been saved as an image snippet, with various associated metadata including its date and page number. We're using Vikus Viewer to display the snippets, and the year view looks great, but I would also like to try a layout where the snippets are ordered by page number instead of year. I see that it's possible to have multiple layouts but I'm not sure what the format of the
pages.csv
file should be. I created a second layout with the titlePages
associated withpages.csv
and tried using two columns containingid
and_page
for each snippet but that didn't work. There are now two tabs at the side with "Time" and "Pages" but the "Pages" view doesn't show anything. Could you let me know if it's possible to have this sort of second layout and if so how?Thanks!
Amy
The text was updated successfully, but these errors were encountered: