Skip to content

Commit

Permalink
refactor: update package name, UI rendering, and mode values
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Jun 6, 2024
1 parent d5da2ad commit 2cd9d6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "monset"
name = "scimon"
version = "0.1.0"
edition = "2021"
authors = [ "scibun" ]
Expand Down
2 changes: 1 addition & 1 deletion monset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ui:
render_markdown:
output_path: '{app_path}' # String (default: '{app_path}')
overwrite: true # Boolean (valid values: 'true' or 'false'; default: 'true')
mode: 'monset' # String (valid values: 'monset' and 'pure'; default: 'monset')
mode: 'scimon' # String (valid values: 'scimon' and 'pure'; default: 'scimon')
minify_html: true # Boolean (valid values: 'true' or 'false'; default: 'true')
minify_extra_plugins: true # Boolean (valid values: 'true' or 'false'; default: 'true')

Expand Down
2 changes: 1 addition & 1 deletion scibun.pbd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ downloads {
https://en.wikipedia.org/wiki/Rust_(programming_language) !ignore
https://en.wikipedia.org/wiki/Google !ignore
https://www.nasa.gov/wp-content/uploads/static/history/alsj/a17/A17_FlightPlan.pdf !ignore
https://sci-hub.se/10.1080/0025570x.2002.11953151 !ignore
https://sci-hub.se/10.1080/0025570x.2002.11953151
https://olacesar.com/e-books/protegido.pdf
https://github.com/huyubing/books-pdf/blob/master/slime.pdf !ignore
https://raw.githubusercontent.com/facebook/react/main/README.md !ignore
Expand Down
4 changes: 2 additions & 2 deletions src/consts/uris.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ impl Uris {

// Ravenlib
pub const RAVENLIB_API_REQUEST: &'static str = "http://localhost/Ravenlib/api/";
pub const SCIHUB_API_REQUEST: &'static str = "https://api.kremilly.com/scihub?paper=";
pub const PAIMON_SCRAPE_API_REQUEST: &'static str = "https://api.kremilly.com/scrape?url=";
pub const SCIHUB_API_REQUEST: &'static str = "https://addons.scibun.com/scihub?paper=";
pub const PAIMON_SCRAPE_API_REQUEST: &'static str = "https://addons.scibun.com/scrape?url=";

// Third-parties
pub const WIKIPEDIA_API_REQUEST_PDF: &'static str = "https://en.wikipedia.org/api/rest_v1/page/pdf/";
Expand Down

0 comments on commit 2cd9d6d

Please sign in to comment.