Riccardo Ferretti
beae852c21
Prepare for next release
2021-07-02 19:48:52 +02:00
Paul de Raaij
85e857d973
handle different capitalizations of wikilinks and files ( #688 )
2021-07-02 19:41:24 +02:00
José Duarte
667eee0e10
Add documentation to the dated-notes.ts file ( #690 )
...
* Add docs to `createDailyNoteDirectoryIfNotExists`
* Add docs to `createDailyNoteIfNotExists`
* Capitalize doc strings
* Add docs to `getDailyNoteFileName`
* Update the @configuration parameter docs
* Add docs to `getDailyNotePath`
* Add docs to `openDailyNoteFor`
* Update packages/foam-vscode/src/dated-notes.ts
Co-authored-by: Michael Overmeyer <michael.overmeyer@shopify.com >
* Update packages/foam-vscode/src/dated-notes.ts
Co-authored-by: Michael Overmeyer <michael.overmeyer@shopify.com >
* Polish some of the comments
Co-authored-by: José Duarte <jmg.duarte@campus.fct.unl.pt !>
Co-authored-by: Michael Overmeyer <michael.overmeyer@shopify.com >
2021-06-28 14:55:14 +02:00
dependabot[bot]
b6e68b3605
Bump glob-parent from 5.1.1 to 5.1.2 in /packages/foam-core ( #678 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 23:57:34 +02:00
Paul de Raaij
b9b0f9b515
Allow for dots in wikilinks ( #689 )
2021-06-24 23:20:03 +02:00
dependabot[bot]
f759e7cd6e
Bump ws from 5.2.2 to 5.2.3 in /packages/foam-core ( #685 )
...
Bumps [ws](https://github.com/websockets/ws ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-21 18:14:46 +02:00
Riccardo Ferretti
5839455535
fixed bug in date snippet
...
thanks to @syndenham-chorea for reporting and directing the fix
see https://discord.com/channels/729975036148056075/729975036664086560/855628250414972998
2021-06-21 00:28:45 +02:00
Riccardo Ferretti
7e4ae82fe1
updated foam-core dependency
2021-06-21 00:25:13 +02:00
Paul de Raaij
bca9756e2b
Revive support for basic link alias ( #656 )
...
* Add support for basic link aliases
* Refactor to future link model
* Refactor preview behavior for aliases
* Refactore use of NoteSource
* Remove references from ref block before processing links
Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com >
2021-06-09 23:07:10 +02:00
Riccardo Ferretti
2e435a3828
v0.13.7
2021-06-05 15:53:16 +02:00
Riccardo Ferretti
a0f83e7510
refactored code to avoid circular dependency
2021-06-05 15:50:04 +02:00
Riccardo Ferretti
641024b01b
added dependency on replace-ext (fix for #667 we hope..)
2021-06-05 15:49:34 +02:00
Riccardo Ferretti
c5a7d02656
include ES2019 library in tsconfig for vscode package
2021-06-05 15:30:35 +02:00
Riccardo Ferretti
b76196cd23
removed Foam local plugin experimental feature
2021-06-05 15:17:23 +02:00
Riccardo Ferretti
61ae468a70
v0.13.6
2021-06-05 14:58:22 +02:00
Riccardo Ferretti
6119278915
Removed support for Foam local plugins
2021-06-05 14:51:16 +02:00
Riccardo Ferretti
34c179123e
v0.13.5
2021-06-05 00:30:24 +02:00
Riccardo Ferretti
c34394a0ea
prepare for 0.13.5
2021-06-05 00:28:38 +02:00
Riccardo Ferretti
26c38a06ff
fixes #665 - always access files in .foam/templates directory when looking for templates
2021-06-04 15:29:33 +02:00
Michael Overmeyer
d4623a2d91
Allow for YAML metadata in templates ( #655 )
...
* Add a frontmatter metadata parser
* Use the template metadata to determine the filepath to use
* Document template metadata
* Add name and description template metadata attributes
These are displayed in the template picker
* Document name and description template metadata attributes
2021-06-04 15:27:46 +02:00
dependabot[bot]
2f9507dc87
Bump ws from 7.3.1 to 7.4.6 in /packages/foam-vscode ( #662 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.3.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 20:59:09 +02:00
Paul de Raaij
4db09070a8
Filter out tag references that are part of a nested tag ( #661 )
...
* Filter out tagreferences that are part fo a nested tag
* add test case for notes with parent and child tag
2021-05-31 20:57:40 +02:00
Riccardo Ferretti
5f99d9d5c6
v0.13.4
2021-05-26 13:39:18 +02:00
Riccardo Ferretti
9c1480197c
Preparation for 0.13.4
2021-05-26 13:16:49 +02:00
Riccardo Ferretti
27ff023a26
fix loading of markdownIt extensions
2021-05-26 09:12:14 +02:00
Paul de Raaij
690eb10856
Add support for nested tags ( #643 )
...
* Add support for nested tags
* Adds test for feature
2021-05-26 09:11:39 +02:00
Michael Overmeyer
1cb8174a9f
Always ask for the note title when creating from template ( #645 )
...
* Fix snake_case to camelCase
* Always ask for the note title when creating from the default template
In the future, we'll make this conditional on whether the template provides the filepath to use in its metadata block
2021-05-22 21:46:47 +02:00
Paul de Raaij
6abef8f8e7
Allow for optionality in title prop in frontmatter ( #647 )
2021-05-22 21:39:03 +02:00
José Duarte
7c01fb13f0
Upgrade force-graph to 1.40.5 ( #642 )
2021-05-20 11:14:15 +02:00
dependabot[bot]
abbc2bbb14
Bump lodash from 4.17.19 to 4.17.21 in /packages/foam-core ( #628 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 11:28:11 +02:00
dependabot[bot]
bb7fee24bb
Bump hosted-git-info from 2.8.8 to 2.8.9 in /packages/foam-core ( #629 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 11:27:22 +02:00
dependabot[bot]
43ef3a3e2b
Bump lodash from 4.17.20 to 4.17.21 in /packages/foam-vscode ( #630 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 11:26:59 +02:00
dependabot[bot]
da69a3057f
Bump hosted-git-info from 2.8.8 to 2.8.9 in /packages/foam-vscode ( #631 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 11:26:29 +02:00
Riccardo
edbe128e1e
fix #546 - title yaml property can also be a number
2021-05-13 13:09:09 +02:00
Riccardo Ferretti
af0c2bbaa3
v0.13.3
2021-05-11 21:40:56 +02:00
Riccardo Ferretti
700bfc1b26
addressing windows issue with provider matching (related to #617 )
2021-05-11 21:25:25 +02:00
Riccardo Ferretti
a6d5c04453
improve bootstrap performance
...
we wait to create the graph, as changes to the workspace will cause it to be recomputed.
so, first load all resources from the initial providers, then compute the graph.
2021-05-11 21:22:19 +02:00
Riccardo Ferretti
b0c42cead2
setting logging level to error for all tests
2021-05-11 21:12:38 +02:00
Riccardo Ferretti
6c643adb9d
Prepare for 0.13.3
2021-05-09 23:13:27 +02:00
Riccardo Ferretti
ca7fdefaae
improvemets in matcher and linting
2021-05-09 23:13:27 +02:00
Riccardo Ferretti
149d5f5a7c
fix #617 - fixed error in file matching in MarkdownProvider
2021-05-09 22:50:42 +02:00
Michael Overmeyer
be80857fd1
Handle users cancelling "Create New Note" commands ( #623 )
2021-05-09 22:50:18 +02:00
Michael Overmeyer
611fa7359d
Completely ignore unknown Foam variables ( #622 )
...
If we don't know it we shouldn't touch it
Previously it replaced the variable with the variables name
2021-05-09 18:23:06 +02:00
Riccardo Ferretti
08b7e7a231
fixed isMarkdown function to check the .md extension (related to #617 )
2021-05-07 23:53:14 +02:00
Riccardo Ferretti
0a259168c7
fix #618 : properly printing file name
2021-05-07 22:58:44 +02:00
Riccardo Ferretti
f3d0569c76
fixed Barabazs contributor name
2021-05-06 12:26:22 +02:00
Riccardo Ferretti
502129d5ac
v0.13.2
2021-05-06 10:10:51 +02:00
Riccardo Ferretti
d29bf16db1
prepare 0.13.2
2021-05-06 10:10:22 +02:00
Riccardo Ferretti
d228c7cb18
fixed test
2021-05-06 10:04:00 +02:00
Riccardo Ferretti
fe65883bc5
fix #600 - clicking on notes in placeholder and orphan panels now navigates to them
2021-05-06 10:04:00 +02:00