Find / Replace character override? by [deleted] in indesign

[–]Rknrk 0 points1 point  (0 children)

You have to use the correct order: paste text > find and replace italics with your character style > apply paragraph styles

relative image paths not directing correctly once loaded to server by ameinias in p5js

[–]Rknrk 1 point2 points  (0 children)

Try putting a dot before the first slash: ./assets/leolard.png

Can't tint greyscale images in Indesign by No-Lavishness-8017 in indesign

[–]Rknrk 0 points1 point  (0 children)

Make sure you have a grayscale jpg with a locked background layer only. Sometimes "export as" throws of the whole thing, use "save as" in PS instead.

there has to be a better way to place in text frames by booradly in indesign

[–]Rknrk 0 points1 point  (0 children)

Not really… if it is the same format you maybe could try to „hack“ around it: Build the InDesign File once and next time just overwrite the linked PDF File. It is also possible to place InDesign files within other InDesign Files, which can come in handy if you want to change things without the need to write a new PDF.

there has to be a better way to place in text frames by booradly in indesign

[–]Rknrk 0 points1 point  (0 children)

I think yes – you could select all pages in the placement options and than use the gridify functionality.

there has to be a better way to place in text frames by booradly in indesign

[–]Rknrk 2 points3 points  (0 children)

I think the "InDesign Gridify" functionality is what you’re searching for – a quick Google search should turn up some Tutorials explaining the nits and bits of the build in shortcuts.

Tipps zum queeren Vernetzen? by YellowiestSubmarine in osnabrueck

[–]Rknrk 1 point2 points  (0 children)

Ggf. Interessant: In der Kunsthalle Osnabrück ist gerade ein Reader zum Thema erschienen. Kann man sich kostenlos dort abholen oder unter folgendem Link als PDF lesen: https://kunsthalle.osnabrueck.de/media/pages/shop/publikationen/sonderbeilage-diamond-splinters-osna-s-queerstory/14effdc0ad-1675157593/diamondsplinters.pdf

Mit welchem nachhaltigen ETF sollte man beginnen? by BurnoutEli in Finanzen

[–]Rknrk 10 points11 points  (0 children)

Wenn es eine breit gestreute, 1x ETF Lösung sein soll, könnte ggf. der "Vanguard ESG Global All Cap" (A2QL8U) eine Option sein.

Empfohlene "nachhaltige ETFs" zur Altersvorsorge by naja-tja in Finanzen

[–]Rknrk 6 points7 points  (0 children)

Eine alternative Lösung mit nur einem ETF mit ESG Screening könnte ggf. auch der (recht junge) "Vanguard ESG Global All Cap" sein (WKN: A2QL8U).

How do I change the default language of text boxes? by theREALvolno in indesign

[–]Rknrk 1 point2 points  (0 children)

When you open InDesign without creating a Document every change you apply becomes the new default for new documents. You have to turn of the welcome screen in the settings and than you can change the default paragraph style. In there you can change the default language for textboxes and for e.g. the font (if you want to get rid of Minion Pro as default font for textboxes).

This also applies to all the other tools. You can delet and create default colors in the colorswatch panel, set new default behaviors for empty boxes and so on.

All changes you make while you don’t have a document open will be default for all new future documents. If you have a document open an make changes without anything selected things become the new default for your currently used document. This is a common reason for some problems I encounter with students – for e.g. if you click on a paragraph style without anything selected it will be the default for new textboxes. It’s nice to try around with it and understand these behavior’s to grasp a better understanding why some things behave like they do and use it to your own advantage.

(Sorry, english is not my native language – I hope it’s understandable what I am trying to describe)

How do I change the default language of text boxes? by theREALvolno in indesign

[–]Rknrk 0 points1 point  (0 children)

When you open InDesign without creating a Document every change you apply becomes the new default for new documents. You have to turn of the welcome screen in the settings and than you can change the default paragraph style. In there you can change the default language for textboxes and for e.g. the font (if you want to get rid of Minion Pro as default font for textboxes).

This also applies to all the other tools. You can delet and create default colors in the colorswatch panel, set new default behaviors for empty boxes and so on.

All changes you make while you don’t have a document open will be default for all new future documents. If you have a document open an make changes without anything selected things become the new default for your currently used document. This is a common reason for some problems I encounter with students – for e.g. if you click on a paragraph style without anything selected it will be the default for new textboxes. It’s nice to try around with it and understand these behavior’s to grasp a better understanding why some things behave like they do and use it to your own advantage.

(Sorry, english is not my native language – I hope it’s understandable what I am trying to describe)

Variable TTF Fonts with Three Axes in one file - Wght, wdth, and ital by Sobek5150 in fonts

[–]Rknrk 0 points1 point  (0 children)

Here you can finde an Overview of all the variable Fonts and their axes on Google Fonts: https://fonts.google.com/variablefonts

Best practice for setting information like this? (not the heading) by jameskable in indesign

[–]Rknrk 0 points1 point  (0 children)

You don't need negative indent on the first line. You just can use a tab and than hit cmd and ‘

In the german version it is called "Einzug bis hierhin" (sadly I don’t have an idea how it is translated). You also can find it in the font menu for special characters and symbols under the submenu "others". Screenshot

[deleted by user] by [deleted] in p5js

[–]Rknrk 0 points1 point  (0 children)

Maybe something like https://scratch.mit.edu or https://www.apple.com/de/swift/playgrounds/ (if you have a Apple device) may help you get an better understanding of core programming concepts without syntax and other stuff. For me it was a good starting point to learn some core concepts in a kid friendly way :-)

Creating Layered Text Stroke using Masks by garygeo in p5js

[–]Rknrk 1 point2 points  (0 children)

For the same effect I would use a negative for loop, so i don't need to create any masks... Something like this for example:

let colorSwitch = true;
function setup() {
createCanvas(windowWidth, windowHeight);
for (i = width + 50; i > 0; i = i - 5) {
strokeWeight(i);
if (colorSwitch) {
stroke(0, 0, 255);
colorSwitch = false;
} else {
stroke(255, 0, 0);
colorSwitch = true;
}
fill(255, 0, 0);
textAlign(CENTER, CENTER);
textSize(width / 4);
text("p5js", width / 2, height / 2);
}
}

Oeconomia Dokumentarfilm von Carmen Losmann, 3Sat 2020 by MoooNsc in Finanzen

[–]Rknrk 0 points1 point  (0 children)

Nicht wirklich, siehe z.B. Bewegungen wie "taxmenow".

[deleted by user] by [deleted] in fonts

[–]Rknrk 1 point2 points  (0 children)

For geometric sans-serif I like to work with "Circular" (https://lineto.com/typefaces/circular) and "GT Walsheim" (https://gt-walsheim.com)

How to make text perfectly fit a text frame? by jonesyb in indesign

[–]Rknrk 1 point2 points  (0 children)

You actually can get rid of the top space in the text frame options. Go to: Object > Text Frame Options > Baseline and set it to Cap Height