Adrien 'Larandar' DUDOUIT-EXPOSITO

Results 15 issues of Adrien 'Larandar' DUDOUIT-EXPOSITO

# Step to reproduce ``` git config commit.gpgsign=true git cz ``` # What is expected The resulting commit must be signed # What actually happen The resulting commit *IS NOT*...

### Feature description Discussion on how to contribute to tetra, or if opening to contributions at least a closing the PRs that are waiting. ### How it improves the player...

## Is your feature request related to a problem? Please describe. Scripts that don't depend on a directory are expected to be in the `.chezmoiscripts` folder. This folder is often...

enhancement
v3

### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description As a note taker I have all my...

feature

Ideally working in at least the following ways: - Return any string - Select a valid file with the same fuzzy selector as Obsidian - Select between a list of...

For the API design I would see something like that: ```js const Temple = this.app.plugins.plugins["temple"].api let noteTemplate = Temple.getTemplate("Note") // Temple handle configuration etc let note = this.app... // This...

"Create From Template" should ask for template name and for file name

More ideas are welcomes - [ ] `link`: a filter that tries is best to link to something else - Use `![...]` if img URL - Use `` if URL...

**Minimal example:** `_base_.md` ```jinja --- date created: {{ file.stat.ctime }} date updated: {{ file.stat.mtime }} tags: [{% block tags %}📝️/🌱️{% endblock %}] --- # [[{{ file.basename }}]] ``` `People.md` ```jinja...