I propose new default property called note id that would be set automatically by Obsidian and it would be read‑only. Note id could be used implicitly in dynamic inline queries in Dynamic views. This would be useful in case of these inline queries are written outside Obsidian or if external programs are used to produce queries for Dynamic views. In the context of external programs it should be obvious that notes are identified using their id. Dynamic views could use comments to automatically store current note names. That way the code is easy to read but the syntax itself contains only id. Some algorithm could be used to produce proper variable names for note id. The combination of that variable naming algorithm, note ids and comments would make the dynamic views inline code highly compatible with external coding tools.