Releases: Jimskapt/lambda-badger
Simplify & update dependencies
1.5.0 : custom notes on the first load
You can now set up on the "server-side" the webapp to generate custom notes when there is no notes created.
Just add a the file settings.js
on the root of the app, with following content :
(extract of docs/settings.js)
const INITIAL_STATE = {
contents: {
'en-US': [
{
_id: 'demo-0',
title: 'What is Lambda-Badger ?',
content: 'You are currently using it.\n\nIt is a webapplication [...]'
},
],
},
};
1.4.0 : archiving notes
You can now "archive" notes.
If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.
1.3.0 : using markdown syntax in notes
You can now use Markdown syntax in notes in order to build rich text.
If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.
1.2.0 : adding manual export/import tools
You can now manually filter and export your data in a JSON format.
And then you can import it back.
There is also a couple of minor upgrades in all functionnalities.
If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.
1.1.0 : adding note title, subjects and confidentiality filter
New functionnalities !
- A note can have a title
- A note can have one or more subject(s) flag(s), and filter the note list with this flag(s)
- The content of a note can now be hidden if it is marked as confidential. You have to click on a button to show/hide the content.
If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.
1.0.0: first release
This is the first stable release of the application.
Please note this a MVP (Minimum Viable Product) : a lot of exciting features will be added in next versions !
If you are not using android APK, just unzip the *.zip file and open the *.html in your web browser.