Patrick M
Patrick M
### Current Behavior Parsing invalid "@id" values in a JSON-LD document like in the following example just resulted in no statements. (via RIO and ContextStatementCollector) ```json { "@context": { "ical":...
The extension already defines snippets, which are added the global user snippets. The snippets have names, which we could also reference in the settings. So instead of ``` "journal.templates": [...
See issue #18 for discussion to this point. I thought about some sort of scoping (in the sense of free tagging), but I am still not sure how to approach...
When opening a new daily page, open tasks from the previous day (with a page) should be copied (and removed from the previous day). #### New configuration options: ``` //...
Navigating to today's notes folder is to cumbersome. A folder in the user's default documents folder called *Today's Notes* always links to the current day. The link is updated (or...
Test to support simple wiki links, e.g. `[[a-link-is-here]]` or `[[A Link Is here]]` (with snake case normalization) Required features: * Snippet to create a link (see #90) * Ctrl+LM should...
As preparation for the scopes support and configurable filenames, we need to have dynamic settings available. Templates for notes and journal entries within the vscode settings is not very efficient....
When entering an input for opening a journal page, a pick list could show all already existing journal pages (e.g. last 10 and next 5 days). Next to each entry,...
See #30 for description
Here's a working example to generate PDFs with PlantUML diagrams ``` gradle buildscript { dependencies { classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.11' } } plugins { id 'org.asciidoctor.convert' version '1.5.3' id 'com.github.jruby-gradle.base' version '0.3.0'...