(feat): capture: create OLP if does not exist (#1270)

Remove the requirement that the OLP already exists in the captured file.
Also, make OLP available beyond dailies functionality.
This commit is contained in:
Jethro Kuan
2020-11-13 16:29:00 +08:00
committed by GitHub
parent cc01cf346e
commit b1608bf869
4 changed files with 68 additions and 21 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## 1.2.4 (TBD)
### Added
- [#1270](https://github.com/org-roam/org-roam/pull/1270) capture: create OLP if it does not exist. Removes need for OLP setup in `:head`.
### Changed
### Fixed
## 1.2.3 (13-11-2020)