n-a-m-e

Results 5 issues of n-a-m-e

Considering the following example: ``` - [ ] Task - [x] Subtask1.1 #subtask1 - [x] Subtask1.2 #subtask1 - [ ] Subtask2.1 #subtask2 - [x] Subtask2.2 #subtask2 ``` If the currently...

kind/feature
triage/thinking

Thank you for writing this :-) I needed to sort a table by date so i added that ability using the moment.js library, thought you might find it useful as...

I am using the yaml format from this comment. https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest/issues/4#issue-1118256021 I fixed the code so that this format works and also keeps the same indentation across all the new tags

Hi I'm slowly porting [invoiceninja](https://www.invoiceninja.com/). It dynamically creates a pdf with [pdfmake](http://pdfmake.org/playground.html) and then allows the user to download it. When I'm inside the grain URL, e.g. https://24ba72c5324e3dea1d5ae1bf73e7e448.xxx.sandcats.io/dashboard this works...

app-platform

Firstly thanks for writing jslint, secondly I found this new for-of loop that javascript has https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of but js lint throws the error Expected ';' and instead saw 'of'. (function(){ 'use...