vscode-journal
vscode-journal copied to clipboard
Lightweight journal and simple notes support for Visual Studio Code
I use a different extension to highlight my task checkboxes, so I would like to disable `vscode-journal` checkbox syntax highlighting. Is that possible with the current codebase? Where would I...
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I recently upgraded the VSCode Journal plugin (now running v1.0.1) and notes older than around a month have disappeared from the dropdown. I verified that the markdown files are still...
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...
When adding a new memo/task, the new item is inserted directly under the heading (or whatever is configured for the "after" template pattern) and above any previous items. So the...
Is it possible to always host this application in the local environment as opposed to the remote host? I frequently work on many remote systems and in the current case...