Is it possible to make the translation appear below the originals in the line by line view (perhaps it can be made a toggle of some sort in the settings)?
I find it a bit hard to make use of the line by line view if I have to first read what is below before reading what is above. I want to read the original before reading the translation as that is the intuitive way to go about understanding the original. I dont see the point of reading the translation first before reading the original.
Also in the side by side view, if the translation can be made to appear right of the original, it would be useful.
If you install a browser plugin like Stylus you can do your own custom css by adding:
.translation {
order: 2;
}
.root {
order: 1;
}
This will swap the order putting the root first in line by line view. However it kind of messes up the side by side view. If you just care about side by side, you could try
I’ve been using my css workaround and wanted to mention that when you try to select text things go very wrong. And of course since the text hasn’t actually been moved, even when you do manage to select what you need, it won’t be in the order you expect.
Yes, I experienced that. It would be better to have an inbuilt-option - or if not, simply to switch the order permanently to original followed by translation.
Thanks for the request and suggestions. The layout is driven by the assumption that most people will read translations primarily and refer to original occasionally. If that’s not you, it’s not such a good fit, I agree.
I have no theoretical problem with adding such an option BUT it’s way down on a long list of priorities for our overworked team. If someone wants to pursue it I’d appreciate if you created a GitHub issue with as detailed a technical specification as possible. Ideally, if there’s a programmer who can code it, we can test and launch.
I forgot to mention that my SC-Light app puts the Pali on top or on the left.
You switch it between line by line or side by side by pressing s. As I was trying to keep the app as light weight as possible I didn’t make a button for that, but if you forget what it is there are instructions in the console (F12) I probably ought to somehow work that into the interface.
Personally I have gotten used to the way SC is set up, but I don’t really believe that skipping over the root of the translation you just read to read the next translation is really any different in terms of priority than skipping over the root to read the translation.
There are also already enough view options that people have been known to miss out on key features to the site. Especially with the (imho) unintuitive horizontal scroll we currently have. And when thinking about adding a keyboard shortcut to toggle through the view options (plain/side by side/line by line) I wouldn’t want to increase that to five (plain, root on top, translation on top, root on left, translation on left)
works a bit better than the above suggestion. The headings are still out of alignment in side-by-side mode and the columns are translation [1] pali [2] but I figure that’s not so important.
unfortunately segment numbers are in the way though