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

Style/content items from read-through #5

Open
2 tasks
kcopas opened this issue May 1, 2019 · 8 comments
Open
2 tasks

Style/content items from read-through #5

kcopas opened this issue May 1, 2019 · 8 comments

Comments

@kcopas
Copy link
Member

kcopas commented May 1, 2019

Recording what seems to me to be the remaining issues to address before circulating this for review (leaving aside all that needs to be prepared to make that straightforward for reviewers):

  • Consistent styling for menu commands: I don't feel like I have a handle on how we should represent commands like 'File > Open as...'. What makes it even harder are the places where these are called out in a separate line. Should we style them in code-like fashion? Try to find a simple block indent (need your help in parsing the AsciiDoctor user manual for that @MattBlissett)?
  • Consistent styling of steps and examples. I'd like to propose using the same '[discrete]' block style for the cases and métodos in §4.1.2 that I applied to the steps in §1. I wanted to ask about this first, though—not least because the former contains the code that @MattBlissett restyled into more a more structured view. I don't want to blow it up, but I also don't want to propose changes to something that @pzermoglio and @tucotuco might not yet have approved.

A couple other smaller scale items coming as separate and easily resolvable issues...

@MattBlissett
Copy link
Member

MattBlissett commented May 7, 2019

  1. Menus:

There is an experimental menu syntax which I have activated: 4f4a8a4

It's not fully documented, the syntax "File > Save as…" is also available (quotes and > signs).

I've also used "la ▼ azul" instead of "la flecha azul" (a simple search-replace can undo this bit if needed).

That done, it doesn't really show up very well in the rendered document. I think it would be better with a sans-serif font, or a faint outline, or something like that.

I slightly reworded the place where there are several submenu options.

@pzermoglio
Copy link
Collaborator

@MattBlissett
I like "la ▼ azul" instead of "la flecha azul" !
I've found, however, that in some places it appears within quotes and in some others it does not...
Eg
Section 2.1.3:
Click en "la ▼ azul del campo genus > Editar columnas > Agregar columna basada en esta columna…"
Section 2.2.3:
Para ello, hacer click en la ▼ azul del campo y seguir la ruta:

I explored both cases but they look just the same to me in the adoc, I could not figure why it would be rendering them differently...

@MattBlissett
Copy link
Member

The difference is just normal quote marks within the AsciiDoc source:

Click en "la ▼ azul del campo [source]`genus` > Editar columnas > Agregar columna basada en esta columna…"

A modo de ejemplo, armaremos una faceta numérica sobre el campo [source]`"day"` que hemos creado más arriba. Para ello, hacer click en la ▼ azul del campo y seguir la ruta:

@tucotuco
Copy link
Collaborator

tucotuco commented Jul 9, 2019 via email

@kcopas
Copy link
Member Author

kcopas commented Jul 11, 2019

I think it's safe to say that we're thinking about both the present example and the general case.

@MattBlissett
Copy link
Member

Section 2.1.3:
Click en "la ▼ azul del campo genus > Editar columnas > Agregar columna basada en esta columna…"
Section 2.2.3:
Para ello, hacer click en la ▼ azul del campo y seguir la ruta:

I've realized what you meant, I misunderstood last year (!). When the menu item itself included formattedText, it was failing. I've changed this to add a workaround, and documented why this is a bit unusual in the readme.

I'm not able to read Spanish (let alone scan through quickly), but I think there are probably still some menu items that are not formatted as menus, especially when an item appears alone.

@tucotuco
Copy link
Collaborator

@MattBlissett @kcopas Can we close this issue?

@MattBlissett
Copy link
Member

Yes, unless someone wants to go through the document and format every user interface item in the same way as the "la ▼ azul > Facetas > Faceta de texto" format. That might lead to too much formatting in the resulting document.

I think there are also some small inconsistencies about monospace text, e.g. above and below https://docs.gbif-uat.org/openrefine-guide/1.0/es/#img-fig-49 the | appears like that, and as ' | '.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants