VSCode的个人知识管理和共享系统
VSCode的个人知识管理和共享系统Features:
- Placeholders Panel: quickly see which placeholders and empty notes are in the workspace (#493 - thanks @joeltjames)
- Backlinks panel: now a Foam model powered backlinks panel (#514)
Fixes and Improvements:
Assets
2
riccardoferretti released this
Fixes and Improvements:
- Model: fixed wikilink resolution when using link definitions
- Templates: improved validation during template creation
Assets
2
Fixes and Improvements:
- Model: fixed consolidation of model after change events
- Dataviz: improved consolidation of graph
Assets
2
riccardoferretti released this
Features:
- Notes preview in panels (#468 - thanks @leonhfr)
- Added more style options to graph setting (lineColor, lineWidth, particleWidth (#479 - thanks @nitwit-se)
Internal:
- Refactored data model representation of notes graph:
FoamWorkspace
(#467)
Assets
2
riccardoferretti released this
Assets
2
riccardoferretti released this
Features:
- Model: Now direct links are included in the Foam model (#433)
- Commaands: Added
Open random note
command (#440 - thanks @MCluck90) - Dataviz: Added graph style override from VsCode theme (#438 - thanks @jmg-duarte)
- Dataviz: Added graph style customization based on note type (#449)
Fixes and Improvements:
- Various improvements and fixes in documentation (thanks @anglinb, @themaxdavitt, @elswork)
Assets
2
Fixes and Improvements:
Assets
2
Fixes and Improvement:
- Fixed a bug that was causing Foam to not work correctly in Windows (#391)
Assets
2
riccardoferretti released this
Fixes and Improvements:
- Foam model: fix to link references on node update/deletion (#393 - thanks @AndrewNatoli)
- Dataviz: fix hover/selection (#401)
- Dataviz: improved logging
- Dataviz: style tweaks for better readability
Assets
2
riccardoferretti released this
Fixes and Improvements:
Assets
2
riccardoferretti released this
New Feature:
- Foam logging can now be inspected in VsCode Output panel (#377)
Fixes and Improvements:
Assets
2
New Features:
- Foam stays in sync with changes in notes
- Dataviz: Added multiple selection in graph (shift+click on node)
Fixes and Improvements:
- Dataviz: Graph uses VSCode theme colors
- Reporting: Errors occurring during foam bootstrap are now reported for easier debugging
Assets
2
riccardoferretti released this
New features:
- Added command to create notes from templates (#115 - Thanks @ingalless)
Fixes and Improvements:
- Foam model: Fixed bug that prevented wikilinks from being slugified (#323 - thanks @SanketDG)
- Editor: Improvements in defaults for ignored files setting (thanks @jmg-duarte)
- Dataviz: Centering of the graph on note displayed in active editor (#319)
- Dataviz: Improved graph styling
- Dataviz: Added setting to cap the length of labels in the graph (thanks @jmg-duarte)
- Misc: Fixed problem with packaging icon in extension (#350 - thanks @litanlitudan)
Assets
2
riccardoferretti released this
New features:
- Added tags panel (#311)
Fixes and Improvements:
- Date snippets now support configurable completion actions (#307 - thanks @ingalless)
- Graph now show note titles when zooming in (#310)
- New
foam.files.ignore
setting to exclude globs from being processed by Foam (#304 - thanks @jmg-duarte) - Errors in YAML parsing no longer causes foam to crash (#320)
- Fixed error in CLI command janitor & migrate (#312 - thanks @hikerpig)
Assets
2
riccardoferretti released this
New features:
- Added
Foam: Show Graph
command - Added date snippets (/+1d, ...) to create wikilinks to dates in daily note format
- Added
Foam: Copy to Clipboard without brackets
command
Improvements:
- Added new option to not generate wikilink definitions
foam.edit.linkReferenceDefinitions
:off
Bug Fixes:
- Daily note could be created before the daily note directory (#232)
- Fix issue with janitor crashing when file is only frontmatter (#222)
- Fix link references spacing when there is no trailing newline (#236)
New experimental features:
- Introduced foam local plugins
Assets
2
jevakallio released this
Patch release for Windows users:
- Fixes #160: Daily Note not resolved by VSCode.
Thanks for a speedy fix to first-time contributor @MehraAkshay!
Assets
2
jevakallio released this
New Features
- Daily Notes —
🙌 @francishamel - Janitor for updating headings and link references across your workspace —
🙏 @anku255 & @chirag-singhal
Fixes and improvements
- Configuration setting for generating link reference definitions with file extension to support standard markdown tools, such as GitHub web UI —
😍 @riccardoferretti - Improvements to how new notes are indexed —
🕵️♀️ @jevakallio
Acknowledgements!
Thank you everyone who contributed to this release with documentation! Special thanks for @jojanaho for specification work on Link format improvements, @jsjoeio for reviews, @digiguru and @mathieudutour for PRs, discussions and ideas, @thomaskoppelaar and @synesthesia for answering questions on Discord, and @tchayen for reviewing and merging PRs over at Markdown Links!
Assets
2
jevakallio released this
Improvements:
- Order link references alphabetically to cause smaller diffs
- Remove link references when links are removed
- Documentation improvements
Underneath, pretty much everything has changed:
- Published from Foam monorepo
- Rewrote markdown parsing to use unifiedjs AST. Thanks @jojanaho
- Rewrote workspace index to user graphlib graph data structures. Thanks @riccardoferretti!
These changes will enable us to work on multiple roadmap items more effectively in parallel. Expect good stuff in your Marketplace updates soon!
Assets
2
Watchers:126 |
Star:9517 |
Fork:378 |
创建时间: 2020-06-20 01:04:10 |
最后Commits: 4天前 |
许可协议:MIT License |
分类:其它杂项 / JavaScript开发 |
收录时间:2020-06-26 22:24:52 |
f00886a
Compare
Fixes and Improvements: