Skip to content

Commit

Permalink
Add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Liamballin committed Nov 5, 2020
1 parent 36a8ac2 commit 0f2de4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Inspired by jplattel's [Obsidian clipper](https://github.com/jplattel/obsidian-c
- Notes use a Zettelkasten identifier prefix, and the title of the webpage.
- Downloads highlighted images to a custom attatchement folder, and updates links in the note.

## Roadmap

- Allow adding tags in browser to recently saved note
- Download and link images asynchronously
- Intergrate server into Obsidian plugin (?)

## Installation:
---
Expand Down
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function saveToVault(data, filename){

}

async function downloadImages(bm){
async function downloadImages(bm){ //TODO make async
return new Promise(async (resolve,reject)=>{
if(settings.download_images){
for(i = 0; i < bm.imageLinks.length;i++){
Expand Down

0 comments on commit 0f2de4e

Please sign in to comment.