pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
233 stars 41 forks source link

Link notes in journal pages #6

Closed pajoma closed 7 years ago

pajoma commented 7 years ago

After creating a notes file e.g. in the subfolder 14, a link should be included in 14.md (the journal page).

Supported formats are - link:14\NotesFromThisMeeting.adoc[Notes from this meeting] (AsciiDoc) and * [Notes from this meeting](./14/NotesFromThisMeeting.md) (Common Mark)

Problem: Both the asciidoc extensions and the built-in markdown support of vscode don't support following links. But maybe in the future.

pajoma commented 7 years ago

Support depends on this feature: https://github.com/Microsoft/vscode/issues/3771

pajoma commented 7 years ago

Current Release vscode 1.10 supports local links, working on it.

pajoma commented 7 years ago

Done in 0.5.0