Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianaigner/obsidian-experiment
https://github.com/sebastianaigner/obsidian-experiment
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastianaigner/obsidian-experiment
- Owner: SebastianAigner
- Created: 2021-07-09T17:08:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T16:03:34.000Z (about 3 years ago)
- Last Synced: 2023-08-03T16:54:00.487Z (over 1 year ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Logging
The kotlin functions 'println' do not work, because it thinks it is on node.js. I assume that is somehow due to the locally running app. My solution so far is to use console.log instead.
## Testing
The gradle browserTest task will not run because it cannot find the obsidian library. Even if the classes under test do not need the library.
A solution: If the tests do not require Obsidian, one can just copy the required files to a second project and test just fine.