BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

CLI or API for creating notes or use existed (view, copy, open, delete) #1386

Open ww7 opened 6 years ago

ww7 commented 6 years ago

Feature request: ability to operate Boostnote via command line / API

Also, this will give the way to making tools and workflows for Boostnote advanced use.

threkk commented 6 years ago

I was about to open a new issues with exactly the same request 🎉 My personal use case is: I have Dropbox running with my notes. Usually I use it at home, but I also have it running on a VPS where I ssh when I need a remote working environment. It would be very helpful to also being able to access my notes.

foxmask commented 6 years ago

Hi, For my use case, I made an opensource alternative of IFTTT.com, and I would like an API (and not a CLI) to be able to add notes to boostnote from the server which automate the tasks. As it's on a server, I dont expect a solution with a CLI which will mean, syncing the notes from the server too. So an API that allows us to create files on the Cloud service (dropbox or others:), like boostnote expects it to be. Because as the file name and the folder name in the boostnote file are not readable by us on dropbox, I suppose there is a rule to follow to create a file and its content ? I hope the Applications/boostnote-mobile/boostnote.json file is the place to look at and contains the folder name and hash ? Regards

Rokt33r commented 6 years ago

It is definitely nice to have. But I'm going to bring this after Boostnote renewed.

IssueHuntBot commented 6 years ago

@kazup01 has boosted this issue with $60. Visit this issue on Issuehunt

IssueHuntBot commented 6 years ago

@stormburpee has started working. Visit this issue on Issuehunt

IssueHuntBot commented 6 years ago

@stormburpee has stopped working. Visit this issue on Issuehunt

IssueHuntBot commented 6 years ago

@kazup01 cancelled funding, $60, of this issue. Visit this issue on Issuehunt

IssueHuntBot commented 6 years ago

@boostio funded this issue with $60. Visit this issue on Issuehunt

dbuskariol commented 5 years ago

@ww7 Note sure if it helps, but I've written a (janky) bash script that automates the creation of Boostnote notes. It could be adapted to edit existing notes etc.

mainrs commented 5 years ago

I might have time to look into this. What are some features that you want to have included? I guess a good start would be add, remove, list, view (printing out the raw markdown/snippet).

dbuskariol commented 5 years ago

@SirWinfield 🎉 Those 4 would be a great start. Being able to add and remove a note from a specified inbox would be great.

IssueHuntBot commented 5 years ago

@mojo706 has funded $2.00 to this issue.


sschmeier commented 5 years ago

I have written a simple script for searching, listing, viewing notes on the CLI https://github.com/sschmeier/boostnote-cli. Its nowhere complete but so far it served me well.

igorer88 commented 4 years ago

I have time to work on a Ts version, is there anything yet? @foxmask how about WebSockets? I could do that.

foxmask commented 4 years ago

I have time to work on a Ts version, is there anything yet? @foxmask how about WebSockets? I could do that.

sorry, that was 2 years ago, now I made many others things. :-)