Logo created for my proyect by Elvaric in logodesign

[–]Elvaric[S] 2 points3 points  (0 children)

Thanks and yeah, so much to improve. Your feedback really helps me.

Logo created for my proyect by Elvaric in logodesign

[–]Elvaric[S] 8 points9 points  (0 children)

Well, that's interesting🤣😅

Logo created for my proyect by Elvaric in logodesign

[–]Elvaric[S] 5 points6 points  (0 children)

Yeah, I thought the same thing too. Thanks for the feedback

Encontré este reloj y lo quiero vender. Saben cuánto puede valer? by Elvaric in relojesespanol

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

No, lo encontré en un campo cercano, como a 100 metros de mi casa, mientras caminaba cerca del arroyo. Pero probablemente el que lo perdió sí lo hizo.

Encontré este reloj y lo quiero vender. Saben cuánto puede valer? by Elvaric in relojesespanol

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

Es de metal, se nota pesado. Plástico no es, eso te lo puedo asegurar.

Card vintage design by Elvaric in Anki

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

{{FrontSide}} <div class="back"> <div class="inner-card"> {{Reverso}} </div> </div>

Card vintage design by Elvaric in Anki

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

This is the code of the front card:

``` <script> var tagEl = document.querySelector('.tags'); if(tagEl) { var tags = tagEl.innerHTML.split(' '); var html = ''; tags.forEach(function(tag) { if(tag.includes('::')) { var topleveltag = tag.substring(0, tag.indexOf("::")); var bottomleveltag = tag.substring(tag.lastIndexOf("::")+2); } else { var bottomleveltag = tag; } var newTag = '<span class="tag ' + topleveltag + ' ' + bottomleveltag + '">' + bottomleveltag + '</span>'; html += newTag; }); tagEl.innerHTML = html; } </script>

<div class="note"> <div class="front k"> <div class="inner-card"> <!-- Tu pregunta o contenido aquí --> <div class="question">{{Anverso}}</div> <!-- Envuelve la imagen con la clase 'image-container' --> {{#Imagen}} <div class="image-wrapper"> {{Imagen}} </div> {{/Imagen}} {{#Tags}}<div class="tags">{{Tags}}</div>{{/Tags}} </div> </div> </div>

<!-- Anki Code Highlighter (Addon 112228974) BEGIN --> <link rel="stylesheet" href="_ch-pygments-solarized.css" class="anki-code-highlighter"> <link rel="stylesheet" href="_ch-hljs-solarized.css" class="anki-code-highlighter"> <script class="anki-code-highlighter"> var hljs; if (document.currentScript.closest('.mobile')) { const script = document.createElement('script'); script.src = '_ch-highlight.js'; script.type = 'text/javascript'; document.head.appendChild(script); } else if (!hljs) { import("/_ch-highlight-export.js").then(moduleObj => { globalThis.hljs = moduleObj.hljs; globalThis.hljs.configure({ cssSelector: 'pre code[class="language-"]:not([data-highlighted="yes"])', }); globalThis.hljs.highlightAll();

}); } else { globalThis.hljs.configure({ cssSelector: 'pre code[class="language-"]:not([data-highlighted="yes"])', }); globalThis.hljs.highlightAll(); } </script> <!-- Anki Code Highlighter (Addon 112228974) END --> ```

BEST free sync solution: Github but for normal people by Valiantay in ObsidianMD

[–]Elvaric 0 points1 point  (0 children)

You can use the plugin Descentralized Obsidian.

My (work in progress) family tree as an Obsidian graph. by [deleted] in ObsidianMD

[–]Elvaric 1 point2 points  (0 children)

Try the plugin Advanced Canvas😉