<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Modelos-et-skills on W4LKER</title><link>http://walker.eco.br/modelos-et-skills/</link><description>Recent content in Modelos-et-skills on W4LKER</description><generator>Hugo -- gohugo.io</generator><language>pt-BR</language><copyright>This work is licensed under a Creative Commons Attribution 4.0 International License. W. de Barros Dantas Paniágua. 2025</copyright><atom:link href="http://walker.eco.br/modelos-et-skills/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>http://walker.eco.br/modelos-et-skills/hugo-bases/skill/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/hugo-bases/skill/</guid><description>Hugo Bases Skill Create and edit Obsidian Bases (.base files) specifically designed for managing Hugo blog content. This skill extends standard bases functionality with Hugo-specific formulas, filters, and views.
Workflow Create the .base file in your content directory with Hugo-specific filters Define content scope using filters for posts, drafts, imported notes, etc. Add Hugo formulas for publishing status, content analysis, and import tracking Configure views for editorial dashboard, content planning, and import monitoring Validate that TOML frontmatter is properly parsed (requires YAML compatibility) Monitor content lifecycle from import to publication Hugo-Specific Filters Content Type Filters filters: and: - &amp;#39;file.</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/hugo-markdown/skill/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/hugo-markdown/skill/</guid><description>Hugo Markdown Skill Create and edit Hugo-compatible markdown that works seamlessly with the existing Hugo + Obsidian workflow. This skill covers Hugo-specific extensions and the conversion between Obsidian and Hugo formats.
Workflow: Creating a Hugo Post Add TOML frontmatter with title, date, tags, and draft status at the top of the file Write content using standard Markdown for structure, plus Hugo-specific syntax below Link related notes using Hugo wikilink shortcodes ( Note) for internal vault connections Add Hugo shortcodes for enhanced functionality (alerts, figures, etc.</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-bases/references/functions_reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-bases/references/functions_reference/</guid><description>Functions Reference Global Functions Function Signature Description date() date(string): date Parse string to date. Format: YYYY-MM-DD HH:mm:ss duration() duration(string): duration Parse duration string now() now(): date Current date and time today() today(): date Current date (time = 00:00:00) if() if(condition, trueResult, falseResult?) Conditional min() min(n1, n2, ...): number Smallest number max() max(n1, n2, ...): number Largest number number() number(any): number Convert to number link() link(path, display?): Link Create a link list() list(element): List Wrap in list if not already file() file(path): file Get file object image() image(path): image Create image for rendering icon() icon(name): icon Lucide icon by name html() html(string): html Render as HTML escapeHTML() escapeHTML(string): string Escape HTML characters Any Type Functions Function Signature Description isTruthy() any.</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-bases/skill/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-bases/skill/</guid><description>Obsidian Bases Skill Workflow Create the file: Create a .base file in the vault with valid YAML content Define scope: Add filters to select which notes appear (by tag, folder, property, or date) Add formulas (optional): Define computed properties in the formulas section Configure views: Add one or more views (table, cards, list, or map) with order specifying which properties to display Validate: Verify the file is valid YAML with no syntax errors.</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-cli/skill/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-cli/skill/</guid><description>Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open.
Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli
Syntax Parameters take a value with =. Quote values with spaces:
obsidian create name=&amp;#34;My Note&amp;#34; content=&amp;#34;Hello world&amp;#34; Flags are boolean switches with no value:
obsidian create name=&amp;#34;My Note&amp;#34; silent overwrite For multiline content use \n for newline and \t for tab.</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-markdown/references/callouts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-markdown/references/callouts/</guid><description>Callouts Reference Basic Callout &amp;gt; [!note] &amp;gt; This is a note callout. &amp;gt; [!info] Custom Title &amp;gt; This callout has a custom title. &amp;gt; [!tip] Title Only Foldable Callouts &amp;gt; [!faq]- Collapsed by default &amp;gt; This content is hidden until expanded. &amp;gt; [!faq]+ Expanded by default &amp;gt; This content is visible but can be collapsed. Nested Callouts &amp;gt; [!question] Outer callout &amp;gt; &amp;gt; [!note] Inner callout &amp;gt; &amp;gt; Nested content Supported Callout Types Type Aliases Color / Icon note - Blue, pencil abstract summary, tldr Teal, clipboard info - Blue, info todo - Blue, checkbox tip hint, important Cyan, flame success check, done Green, checkmark question help, faq Yellow, question mark warning caution, attention Orange, warning failure fail, missing Red, X danger error Red, zap bug - Red, bug example - Purple, list quote cite Gray, quote Custom Callouts (CSS) .</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-markdown/references/embeds/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-markdown/references/embeds/</guid><description>Embeds Reference Embed Notes ! Note Name ! Note Name#Heading ! Note Name#^block-id Embed Images ! image.png ! 640x480 Width x Height ! 300 Width only (maintains aspect ratio) External Images ![Alt text](https://example.com/image.png) ![Alt text|300](https://example.com/image.png) Embed Audio ! audio.mp3 ! audio.ogg Embed PDF ! document.pdf ! document.pdf#page=3 ! document.pdf#height=400 Embed Lists ! Note#^list-id Where the list has a block ID:
- Item 1 - Item 2 - Item 3 ^list-id Embed Search Results ```query tag:#project status:done ```</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-markdown/references/properties/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-markdown/references/properties/</guid><description>Properties (Frontmatter) Reference Properties use YAML frontmatter at the start of a note:
--- title: My Note Title date: 2024-01-15 tags: - project - important aliases: - My Note - Alternative Name cssclasses: - custom-class status: in-progress rating: 4.5 completed: false due: 2024-02-01T14:30:00 --- Property Types Type Example Text title: My Title Number rating: 4.5 Checkbox completed: true Date date: 2024-01-15 Date &amp;amp; Time due: 2024-01-15T14:30:00 List tags: [one, two] or YAML list Links related: &amp;quot; Other Note&amp;quot; Default Properties tags - Note tags (searchable, shown in graph view) aliases - Alternative names for the note (used in link suggestions) cssclasses - CSS classes applied to the note in reading/editing view Tags #tag #nested/tag #tag-with-dashes #tag_with_underscores Tags can contain: letters (any language), numbers (not first character), underscores _, hyphens -, forward slashes / (for nesting).</description></item><item><title/><link>http://walker.eco.br/modelos-et-skills/obsidian-markdown/skill/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/obsidian-markdown/skill/</guid><description>Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions &amp;ndash; standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge.
Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property types. Write content using standard Markdown for structure, plus Obsidian-specific syntax below.</description></item><item><title>{{title}}</title><link>http://walker.eco.br/modelos-et-skills/modelo-extendido/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/modelo-extendido/</guid><description>Síntese Desenvolvimento Notas adicionais</description></item><item><title>{{title}}</title><link>http://walker.eco.br/modelos-et-skills/modelo/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://walker.eco.br/modelos-et-skills/modelo/</guid><description>{{title}} Escreva aqui sua nota.</description></item></channel></rss>