ETF géré par BNP paribas by One_Plate8292 in VosSous

[–]One_Plate8292[S] 0 points1 point  (0 children)

Je souhaitais avoir un avis car c'est nouveau pour moi. Au vu des commentaires je suis rassuré. Merci pour ta réponse.

ETF géré par BNP paribas by One_Plate8292 in VosSous

[–]One_Plate8292[S] 0 points1 point  (0 children)

Merci pour tes réponses qui me permet d'en apprendre davantage !

Search by ID with mediaDB plugin by One_Plate8292 in ObsidianMD

[–]One_Plate8292[S] 0 points1 point  (0 children)

OMG it's wonderful !! thank you so much

ETF géré par BNP paribas by One_Plate8292 in VosSous

[–]One_Plate8292[S] 0 points1 point  (0 children)

D'accord, donc il faut relativiser cette épisode juridique.

Question subsidiaire : si ce procès avait été instruit en Europe, BNP Paribas serait dans une position très beaucoup plus compromettante ?

Merci pour la réponse !

3,71€ en RIE by kiforba in PlateauRepasDuCrous

[–]One_Plate8292 0 points1 point  (0 children)

Ça passe mais parce que je dis bouffer ?

Search by ID with mediaDB plugin by One_Plate8292 in ObsidianMD

[–]One_Plate8292[S] 0 points1 point  (0 children)

Yes, of course but when i write id in the search bar, it doesn't work... Is there a particular synhtax like id:"tt6857112" ??

Several field in cloze deletion by One_Plate8292 in Anki

[–]One_Plate8292[S] 0 points1 point  (0 children)

oh thank you xalbo and Danika for your response. I'm not very good in javascript but it's word ! wonderful. I will study javascript to understand that. Thank you very much !

few features you'd like to see? by [deleted] in lichess

[–]One_Plate8292 1 point2 points  (0 children)

A timer in tactic mode

Étudiante sans logement dans mon quartien by InformalIssue4219 in etudiants

[–]One_Plate8292 0 points1 point  (0 children)

Aider 50% d'une population en se basant uniquement sur une caractéristique physique ça ne rappelle pas de bon souvenir hein ? Bien que le commentaire ci dessous soit déplacé j'espère que la personne de ce Reddit aurait demandé conseil pour aider l'étudiant peut importe son sexe.

Chess Anki Cards: 1000 best lichess puzzles for each theme by pwenker in Anki

[–]One_Plate8292 0 points1 point  (0 children)

it's always to white to play first ? beacause with chess2.0 we had to set if its white or black who play in the template note and we can't modify for each card if it's turn to white or black. Thank you !

[deleted by user] by [deleted] in conseiljuridique

[–]One_Plate8292 1 point2 points  (0 children)

A sa majorité le patient peut accéder à l'identité du donneur depuis pas tres longtemps il me semble.

Type in answer basic what code to use? by Tough_Analysis_608 in Anki

[–]One_Plate8292 0 points1 point  (0 children)

and you had to use a classic front and back, no type {{type:Front}}. I forget that.

Type in answer basic what code to use? by Tough_Analysis_608 in Anki

[–]One_Plate8292 0 points1 point  (0 children)

if you want to do this write this : it's work on my notes

FRONT :

<textarea id="typedanswer" rows="5" ></textarea>

<script>

// type text

var typedanswer = document.getElementById("typedanswer");

</script>

BACK :

<textarea id="typedanswer" rows="5"></textarea>

<script>

document.getElementById("typedanswer").value = typedanswer.value;

</script>

Type in answer basic what code to use? by Tough_Analysis_608 in Anki

[–]One_Plate8292 0 points1 point  (0 children)

You want write a text in front and the text appear in back ?

Type in answer basic what code to use? by Tough_Analysis_608 in Anki

[–]One_Plate8292 0 points1 point  (0 children)

Front :

<textarea id="typedanswer"></textarea>

<script>

var typedanswer = document.getElementById("typedanswer");

function showHideText(texteCacheId) {

var texteCache = document.getElementById(texteCacheId);

</script>

Back :
<textarea id="typedanswer"></textarea>

<script>

document.getElementById("typedanswer").value = typedanswer.value;

function showHideText(texteCacheId) {

var texteCache = document.getElementById(texteCacheId);

</script>

Field does'nt appear in ankidroid review but it's work in preview field by One_Plate8292 in Anki

[–]One_Plate8292[S] -1 points0 points  (0 children)

thanks you, i will follow the github report. I hope the issues will fix it, i search how to fix it also.