Riccardo Ferretti
b0536ce9f7
v0.5.0-alpha.2
v0.5.0-alpha.2
2020-11-09 17:26:58 +01:00
Riccardo Ferretti
a60dcaa52a
updated readme
2020-11-09 17:23:01 +01:00
Riccardo Ferretti
799caa96a6
v0.5.0-alpha.1
v0.5.0-alpha.1
2020-11-09 16:45:25 +01:00
Riccardo Ferretti
fb2ff3ac95
updated changelog
2020-11-09 16:41:47 +01:00
Riccardo Ferretti
39a96a2d02
v0.5.0-alpha.0
v0.5.0-alpha.0
2020-11-09 16:24:44 +01:00
Riccardo
6e5c138f31
improved error handling when parsing markdown files ( #320 )
2020-11-09 13:23:51 +01:00
Riccardo
b2b1b58262
Adding support for tags ( #311 )
2020-11-06 19:22:14 +01:00
José Duarte
c10b73c59c
Add file ignore setting (issue #300 ) ( #304 )
2020-11-03 11:36:45 +01:00
Yenly
74591eb192
docs: Update Publish recipes to link to community templates ( #289 )
...
* docs: Update Publish recipes to link to community templates
* Add instructions on how to deploy foam-gatsby-template to vercel
2020-11-02 21:26:16 +01:00
hikerpig
b2ebd82f25
Fix error in cli command janitor & migrate ( #312 )
...
* Fix error caused by 'createConfigFromFolders' in command janitor & migrate
* style: fix lint error
2020-11-02 15:35:35 +01:00
Riccardo
b2c4e9f78b
Graph v0.2 - fixing bugs and adding labels ( #310 )
...
* added labels to graph
* fixed counter of in/out links in graph generation
* fixed linting errors
* removed unnecessary code
2020-10-30 19:09:12 +01:00
ingalless
b22fd50394
Provide more options for date snippets completion actions ( #307 )
...
Co-authored-by: Jonathan Ingall <jonny@mondago.com >
2020-10-30 07:12:26 +00:00
Riccardo Ferretti
a34842b957
v0.4.0
v0.4.0
2020-10-28 13:06:38 +01:00
Riccardo Ferretti
0c9bbf6747
fixing peer dependency version
2020-10-28 13:06:00 +01:00
Riccardo Ferretti
1a85d16d10
updated vscode extension changelog
2020-10-28 13:04:00 +01:00
Riccardo Ferretti
689c11c5e8
fixed prepare script
2020-10-28 12:39:02 +01:00
Riccardo Ferretti
647afa80e8
v0.4.0-alpha.0
v0.4.0-alpha.0
2020-10-28 12:27:04 +01:00
Riccardo
3e2cb248f2
Graph based on foam metadata ( #290 )
...
* added test with d3 and g6
* spiked on three graph libraries
* removed unnecessary deps
* small clean up
* picked implementation, cleaned code and added selection
* use title as graph node name instead of note basename
* reloading graph when adding/removing notes
* fixed graph construction to remove node duplicates
* using file name for notes that don't have an h1 title
* added utility functions
* fixed link highlighting bug
* fixed various checks and lint errors
2020-10-28 12:20:12 +01:00
ingalless
532348633b
Add date snippets for daily notes ( #298 )
...
* Start working on date snippets
* Refactor logic to share across date features
* Start providing computed values
This may need to be changed to a Thenable
* Make calculated snippets functional
* Add support for any number
* Comment the code
These comments should be removed later
* Make "+" in snippet work
* Refactor changes
* Remove unused imports
* Add days of week snippets
* Add a shortcut for yesterday's note
* Rename focusDailyNote function
* Move pathExists to utils
* Make navigation on snippet selection configurable
Co-authored-by: Jonathan Ingall <jonny@mondago.com >
2020-10-27 11:38:59 +00:00
Sigfried Gold
891a182d77
fixed broken link in doc page ( #292 )
2020-10-21 16:14:32 +02:00
Sanket Dasgupta
ba78b9ecbe
docs: Add Web Clipper Options ( #228 )
...
* docs: Add Web Clipper recipe
* chore: Update link reference definitions
2020-10-11 12:49:34 +02:00
Tristan Sokol
a47079168c
add inital template for bug type issues ( #230 )
...
Co-authored-by: Tristan Sokol <git@tristansokol.com >
2020-10-09 20:30:54 +02:00
Riccardo
a23e73245f
Update docs to use extension in wikilink definition ( #283 )
...
* changed vscode setting to include extensions in link definition
* updated docs to include extension in wikilink definition
* updated readme to navigate to github pages instead of published site
2020-10-09 19:04:07 +01:00
Riccardo
4f244d6a0f
fix #276 - support empty titles in notes ( #284 )
...
* fix #276 - support empty titles in notes
* fixed imports to make lint happy
2020-10-09 17:45:58 +02:00
Riccardo
4caaed4c6b
added option to disable wikilink definitions generation ( #282 )
2020-10-08 16:36:01 +02:00
Riccardo
74dbf485df
added support for graph middleware via local plugin ( #261 )
...
* added support for graph middleware via local plugin
* added support for parsing extension points / plugins
* improved parser plugin and added docs
* improved name of parameter
* need to enable local plugins, and improved configuration system
For security reasons local plugins are off by default.
The feature can be enabled via a flag in the foam configuration, which has been expanded to support this case.
The configuration system now reads a `config.json` file inside the `.foam` directory as well as a `~/.foam/config.json` file to configure the system.
Only the user specific configuration file can be used to enable local plugins, as a security measure against malicious repos.
* added prettier configuration file
This ensures consistency across machines as well as an explicit source of truth
2020-10-07 22:19:04 +02:00
Joe Previte
39854277a9
feat(vscode): add command "Copy To Clipboard Without Brackets ( #274 )
...
* feat: add removeBrackets util
* feat: add copy to clipboard without brackets
* fix: add one more test
* refactor: add toTitleCase function
2020-10-06 13:01:29 -07:00
Danil Rodin
5f561100e6
Update gitlab-pages.md ( #266 )
...
* Update gitlab-pages.md
The `jekyll-optional-front-matter` need to set plugin in the _config.yaml
* Update gitlab-pages.md
2020-10-04 14:20:22 +02:00
dependabot[bot]
b1080618d3
Bump lodash from 4.17.15 to 4.17.20 in /packages/foam-vscode ( #273 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-03 17:09:34 +02:00
dependabot[bot]
3db28f5328
Bump node-fetch from 2.6.0 to 2.6.1 ( #262 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-01 10:51:48 +02:00
Scott Williams
d45d715f6d
Update roadmap.md ( #271 )
2020-09-30 15:29:42 +02:00
Asif Mehedi
d1fcba35c7
Typo/grammar ( #267 )
2020-09-30 15:29:03 +02:00
jackiexiao
542725fe51
add preview on hover && github pages templates ( #272 )
2020-09-28 15:32:45 +02:00
John B Nelson
6364af0477
s/higlight/highlight/ ( #263 )
2020-09-15 14:09:17 +02:00
Arief Rahmansyah
b2449df390
docs: Fix typo in Diagrams recipes ( #256 )
2020-09-08 18:04:13 +01:00
allcontributors[bot]
12b98e633d
docs: add spencerwooo as a contributor ( #255 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-08 16:28:44 +01:00
Spencer Woo
35d361e119
Add instruction for deploying on Vercel and using KaTeX to render math ( #247 )
...
Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com >
2020-09-08 16:27:06 +01:00
allcontributors[bot]
9becf8e88c
docs: add HeroicHitesh as a contributor ( #254 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-08 15:55:23 +01:00
Hitesh Kumar
a65549b38a
Fix License redirection url ( #249 )
2020-09-08 15:51:11 +01:00
allcontributors[bot]
54c2635aa6
docs: add vHanda as a contributor ( #253 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-08 14:17:51 +01:00
Vishesh Handa
7f9783a7ea
Update GitJournal's pros/cons ( #245 )
...
WikiLinks and Backlinks have been supported for a long time.
2020-09-08 14:17:05 +01:00
dependabot[bot]
8b8d6fcc57
Bump bl from 4.0.2 to 4.0.3 ( #242 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 14:03:45 +01:00
allcontributors[bot]
88d1856026
docs: add anku255 as a contributor ( #252 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-08 13:58:19 +01:00
allcontributors[bot]
d58e343fa2
docs: add ariefrahmansyah as a contributor ( #251 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-08 13:56:56 +01:00
Ankit Tiwari
bc405dc515
Fix link references spacing when there is no trailing newline ( #236 )
2020-09-08 13:55:54 +01:00
allcontributors[bot]
3fb3bb04b3
docs: add kneely as a contributor ( #250 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-09-08 13:52:32 +01:00
Arief Rahmansyah
604564a643
Add recipe to use Draw.io to embed diagram ( #239 )
...
Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com >
2020-09-08 13:51:16 +01:00
Kevin Neely
0e5ce819b7
Add recipe for Custom Note Macros ( #225 )
...
Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com >
2020-09-08 13:45:23 +01:00
allcontributors[bot]
3b45e0e92a
docs: add sksmith as a contributor ( #234 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-08-27 13:25:08 +01:00
Sean K Smith
ab6d6ed569
Daily note could be created before the daily note directory ( #232 )
...
Co-authored-by: Jani Eväkallio <jani.evakallio@gmail.com >
2020-08-27 13:19:44 +01:00